mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +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
|
language: rust
|
||||||
|
rust:
|
||||||
|
- 1.0.0
|
||||||
|
- nightly
|
||||||
|
sudo: false
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
- make build-check
|
||||||
|
- make test-check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue