From 8cab0aa623d14a4e59b040d03488b441dcff068b Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Wed, 18 Jan 2017 21:15:19 -0800 Subject: Use latest nightly on travis Pinning should no longer be necessary. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5179ee4e..db9051ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,7 @@ os: - osx rust: - # Whole bunch of stuff needs nightly for now - - nightly-2016-12-05 + - nightly script: - cargo test --no-default-features -- cgit