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
rust:
- 1.0.0
- stable
- beta
- nightly
sudo: false