Switch from Travis to GitHub actions (#33)
* github action badge added * Update README.md * removed travis file
This commit is contained in:
parent
4e3083bf85
commit
5e9848dbba
2 changed files with 1 additions and 12 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,11 +0,0 @@
|
|||
language: rust
|
||||
rust:
|
||||
# right now we target nightly but we also test for stable
|
||||
- stable
|
||||
#- beta
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: stable
|
||||
fast_finish: true
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
[![release](https://img.shields.io/github/release/MindFlavor/prometheus_wireguard_exporter.svg)](https://github.com/MindFlavor/prometheus_wireguard_exporter/tree/3.3.2)
|
||||
[![tag](https://img.shields.io/github/tag/mindflavor/prometheus_wireguard_exporter.svg)](https://github.com/MindFlavor/prometheus_wireguard_exporter/tree/3.3.2)
|
||||
|
||||
[![Build Status](https://travis-ci.org/MindFlavor/prometheus_wireguard_exporter.svg?branch=master)](https://travis-ci.org/MindFlavor/prometheus_wireguard_exporter)
|
||||
[![Rust build](https://github.com/mindflavor/prometheus_wireguard_exporter/workflows/Rust/badge.svg)](https://github.com/mindflavor/prometheus_wireguard_exporter/actions?query=workflow%3ARust)
|
||||
[![commitssince](https://img.shields.io/github/commits-since/mindflavor/prometheus_wireguard_exporter/3.3.2.svg)](https://img.shields.io/github/commits-since/mindflavor/prometheus_wireguard_exporter/3.3.2.svg)
|
||||
|
||||
## Intro
|
||||
|
|
Loading…
Reference in a new issue