update to fix bug with nightly
This commit is contained in:
parent
c450f9b5b8
commit
e877b0dd7e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- nightly
|
||||
- nightly-2017-04-11 # workaround until https://github.com/rust-lang-nursery/rustup.rs/issues/1062 is resolved
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose --all
|
||||
|
|
Loading…
Reference in a new issue