mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #732 from ebfe/travis-cargo
travis: switch to cargo build/test
This commit is contained in:
commit
bdf891c630
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ rust:
|
||||||
- nightly
|
- nightly
|
||||||
sudo: false
|
sudo: false
|
||||||
script:
|
script:
|
||||||
- make
|
- cargo build
|
||||||
- make test
|
- cargo test --no-fail-fast
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: stable
|
- rust: stable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue