mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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…
Add table
Add a link
Reference in a new issue