1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Merge pull request #675 from jbcrail/update-travis

Update Travis to use stable.
This commit is contained in:
Heather 2015-08-08 17:10:40 +03:00
commit 941b93b61d

View file

@ -1,6 +1,6 @@
language: rust
rust:
- 1.1.0
- stable
- beta
- nightly
sudo: false
@ -11,5 +11,5 @@ script:
- make test-check
matrix:
allow_failures:
- rust: 1.1.0
- rust: stable
- rust: beta