mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #672 from jbcrail/add-beta-to-travis
Add support for beta release to Travis.
This commit is contained in:
commit
8bb6ef4791
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
language: rust
|
||||
rust:
|
||||
- 1.1.0
|
||||
- beta
|
||||
- nightly
|
||||
sudo: false
|
||||
script:
|
||||
|
@ -11,3 +12,4 @@ script:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- rust: 1.1.0
|
||||
- rust: beta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue