1
Fork 0
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:
Heather 2015-05-20 07:16:45 +03:00
commit d6837c8709

View file

@ -1,5 +1,10 @@
language: rust
rust:
- 1.0.0
- nightly
sudo: false
script:
- make
- make test
- make build-check
- make test-check