mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #675 from jbcrail/update-travis
Update Travis to use stable.
This commit is contained in:
commit
941b93b61d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
- 1.1.0
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
sudo: false
|
sudo: false
|
||||||
|
@ -11,5 +11,5 @@ script:
|
||||||
- make test-check
|
- make test-check
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: 1.1.0
|
- rust: stable
|
||||||
- rust: beta
|
- rust: beta
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue