mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Pin nightly compiler on travis
This will prevent builds from being constantly broken... arbitrary nightlies are not yet supported.
This commit is contained in:
parent
a62f9aee65
commit
8b4b1f8df1
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue