1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #732 from ebfe/travis-cargo

travis: switch to cargo build/test
This commit is contained in:
Joseph Crail 2015-11-27 17:41:12 -05:00
commit bdf891c630

View file

@ -5,8 +5,8 @@ rust:
- nightly
sudo: false
script:
- make
- make test
- cargo build
- cargo test --no-fail-fast
matrix:
allow_failures:
- rust: stable