1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 04:27:45 +00:00

Add separate builds for stable and nightly.

This commit is contained in:
Joseph Crail 2015-05-19 10:24:27 -04:00
parent e7518b3eae
commit 7a54aa56eb

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