Run Travis CI on the nightly channel

This commit is contained in:
Temirkhan Myrzamadi 2019-09-02 13:35:28 +06:00 committed by GitHub
parent 3259a10d7f
commit de84f8deca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,5 +5,6 @@ env:
- RUST_BACKTRACE=1
script:
- rustup override set nightly
- cargo build --all --verbose
- cargo test --all