diff options
author | Joe Wilm <joe@jwilm.com> | 2016-08-14 20:13:07 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-08-14 20:13:20 -0700 |
commit | 8b4b1f8df1c54ea1a6e744e2df5dc58578f239d9 (patch) | |
tree | 8fae6c9fb68fa31c9a077933b3493ba758623c63 /.travis.yml | |
parent | a62f9aee65b6c1fb4635568b53331bfe1bc3224d (diff) | |
download | alacritty-8b4b1f8df1c54ea1a6e744e2df5dc58578f239d9.tar.gz alacritty-8b4b1f8df1c54ea1a6e744e2df5dc58578f239d9.zip |
Pin nightly compiler on travis
This will prevent builds from being constantly broken... arbitrary
nightlies are not yet supported.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f5a464a5..1b176933 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,8 @@ os: - osx rust: - # There's currently a cargo bug on stable which prevents libfontconfig_sys - # from building properly. I certainly wish I wrote down what that was. - - nightly + # Whole bunch of stuff needs nightly for now + - nightly-2016-07-11 script: - cargo test |