1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 13:37:48 +00:00

Merge pull request #667 from jbcrail/update-travis

Update Travis to build using stable (1.1).
This commit is contained in:
Michael Gehring 2015-07-31 22:33:09 +02:00
commit 4ea0fa8496

View file

@ -1,6 +1,6 @@
language: rust
rust:
- 1.0.0
- 1.1.0
- nightly
sudo: false
script:
@ -10,4 +10,4 @@ script:
- make test-check
matrix:
allow_failures:
- rust: 1.0.0
- rust: 1.1.0