Fix travis script to build on nightly

This commit is contained in:
Dan Spencer 2015-12-24 10:44:27 -08:00
parent 91f965fbce
commit b2de13b068

View File

@ -1,5 +1,8 @@
language: rust
rust:
- nightly
script:
- cargo test -v
- cd cli