diff --git a/.travis.yml b/.travis.yml index ed86b87f..98cf7d6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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