mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 17:28:03 +00:00
Update Travis to use stable.
This commit is contained in:
parent
8bb6ef4791
commit
83f842d8c9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue