Use pinned nightly on Travis.

This commit is contained in:
Sergio Benitez 2017-12-27 00:36:45 -08:00
parent 240b226152
commit 45a5d83504
1 changed files with 4 additions and 0 deletions

View File

@ -3,5 +3,9 @@ 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