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
|
- osx
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
# There's currently a cargo bug on stable which prevents libfontconfig_sys
|
# Whole bunch of stuff needs nightly for now
|
||||||
# from building properly. I certainly wish I wrote down what that was.
|
- nightly-2016-07-11
|
||||||
- nightly
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in a new issue