File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ name: Continuous integration
7
7
8
8
jobs :
9
9
ci-linux :
10
+ name : CI
10
11
runs-on : ubuntu-latest
11
12
continue-on-error : ${{ matrix.experimental || false }}
12
13
strategy :
Original file line number Diff line number Diff line change 1
1
# Rust Spidev
2
2
3
- [ ![ Build Status] ( https://travis-ci.org /rust-embedded/rust-spidev.svg?branch=master )] ( https://travis-ci.org /rust-embedded/rust-spidev )
3
+ [ ![ Build Status] ( https://github.com /rust-embedded/rust-spidev/workflows/CI/badge .svg )] ( https://github.com /rust-embedded/rust-spidev/actions )
4
4
[ ![ Version] ( https://img.shields.io/crates/v/spidev.svg )] ( https://crates.io/crates/spidev )
5
5
[ ![ License] ( https://img.shields.io/crates/l/spidev.svg )] ( https://github.com/rust-embedded/rust-spidev/blob/master/README.md#license )
6
6
You can’t perform that action at this time.
0 commit comments