diff options
author | Joe Wilm <joe@jwilm.com> | 2017-01-18 21:15:19 -0800 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-18 22:28:46 -0800 |
commit | 8cab0aa623d14a4e59b040d03488b441dcff068b (patch) | |
tree | b0d16417fb8056bfcf7216433e803827205350df /.travis.yml | |
parent | 77f95f14776deb7e120a2a26f7b56abf2903bc62 (diff) | |
download | alacritty-8cab0aa623d14a4e59b040d03488b441dcff068b.tar.gz alacritty-8cab0aa623d14a4e59b040d03488b441dcff068b.zip |
Use latest nightly on travis
Pinning should no longer be necessary.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 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 |