mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #610 from jbcrail/tweak-travis
Add separate builds for stable and nightly.
This commit is contained in:
+6
-1
@@ -1,5 +1,10 @@
|
||||
language: rust
|
||||
|
||||
rust:
|
||||
- 1.0.0
|
||||
- nightly
|
||||
sudo: false
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
- make build-check
|
||||
- make test-check
|
||||
|
||||
Reference in New Issue
Block a user