diff options
author | Joe Wilm <joe@jwilm.com> | 2016-12-11 20:26:33 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-12-11 20:26:33 -0800 |
commit | 79e02b0b2f2feb127ff1c7dc998d4696e005003a (patch) | |
tree | 70039fbc06309b80eb3e240404a8dfc292253ad2 | |
parent | 3d26d3c68ac28aade9377109f897c85b147ddfa6 (diff) | |
download | alacritty-79e02b0b2f2feb127ff1c7dc998d4696e005003a.tar.gz alacritty-79e02b0b2f2feb127ff1c7dc998d4696e005003a.zip |
Update nightly pin on travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |