mirror of https://github.com/rwf2/Rocket.git
Unpin nightly in Travis config.
This commit is contained in:
parent
b8367d52f8
commit
e6c3f328af
|
@ -3,9 +3,5 @@ sudo: required # so we get a VM with higher specs
|
|||
dist: trusty # so we get a VM with higher specs
|
||||
cache: cargo
|
||||
rust:
|
||||
- nightly-2017-12-21
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
script: ./scripts/test.sh
|
||||
|
|
Loading…
Reference in New Issue