Unpin Rust nightly version (#379)

This commit is contained in:
Carl Lerche 2018-05-29 14:36:52 -07:00 committed by GitHub
parent 4af6109398
commit eb1cf8fc9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,6 @@ script:
set -e
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]
then
# Pin the nightly version until rust-lang/rust#49436 is resolved.
rustup override set nightly-2018-03-26
# Make sure the benchmarks compile
cargo build --benches --all