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
+6 -1
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