Unpin nightly in Travis config.

This commit is contained in:
Sergio Benitez 2017-12-27 19:38:59 -08:00
parent b8367d52f8
commit e6c3f328af
1 changed files with 0 additions and 4 deletions

View File

@ -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