Update Travis to use stable.

This commit is contained in:
Joseph Crail 2015-08-08 03:56:45 -04:00
parent 8bb6ef4791
commit 83f842d8c9

View file

@ -1,6 +1,6 @@
language: rust
rust:
- 1.1.0
- stable
- beta
- nightly
sudo: false
@ -11,5 +11,5 @@ script:
- make test-check
matrix:
allow_failures:
- rust: 1.1.0
- rust: stable
- rust: beta