mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 14:07:46 +00:00
Merge pull request #667 from jbcrail/update-travis
Update Travis to build using stable (1.1).
This commit is contained in:
commit
4ea0fa8496
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue