From 79e02b0b2f2feb127ff1c7dc998d4696e005003a Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Sun, 11 Dec 2016 20:26:33 -0800 Subject: [PATCH] Update nightly pin on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aca1502a..5179ee4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ os: rust: # Whole bunch of stuff needs nightly for now - - nightly-2016-11-06 + - nightly-2016-12-05 script: - cargo test --no-default-features