update to fix bug with nightly

This commit is contained in:
Brian Grinstead 2017-04-13 13:13:40 -07:00
parent c450f9b5b8
commit e877b0dd7e

View file

@ -1,7 +1,7 @@
language: rust language: rust
rust: rust:
- stable - stable
- nightly - nightly-2017-04-11 # workaround until https://github.com/rust-lang-nursery/rustup.rs/issues/1062 is resolved
script: script:
- cargo build --verbose - cargo build --verbose
- cargo test --verbose --all - cargo test --verbose --all