Merge pull request #73 from kerhong/travisci-stable

Add stable Rust build to Travis-CI config
This commit is contained in:
Alex Crichton 2015-09-25 10:42:37 -07:00
commit 283abf4a94

View file

@ -1,6 +1,7 @@
language: rust language: rust
rust: rust:
- 1.0.0 - 1.0.0
- stable
- beta - beta
- nightly - nightly
sudo: false sudo: false