1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +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 language: rust
rust: rust:
- 1.0.0 - 1.1.0
- nightly - nightly
sudo: false sudo: false
script: script:
@ -10,4 +10,4 @@ script:
- make test-check - make test-check
matrix: matrix:
allow_failures: allow_failures:
- rust: 1.0.0 - rust: 1.1.0