mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 17:28:03 +00:00
Merge pull request #610 from jbcrail/tweak-travis
Add separate builds for stable and nightly.
This commit is contained in:
commit
d6837c8709
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
language: rust
|
||||
|
||||
rust:
|
||||
- 1.0.0
|
||||
- nightly
|
||||
sudo: false
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
- make build-check
|
||||
- make test-check
|
||||
|
|
Loading…
Reference in a new issue