From e6c3f328af2238c2daf6a9cbd146cf2aa7969e76 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Wed, 27 Dec 2017 19:38:59 -0800 Subject: [PATCH] Unpin nightly in Travis config. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) 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