alacritty/.travis.yml
Joe Wilm 8b4b1f8df1 Pin nightly compiler on travis
This will prevent builds from being constantly broken... arbitrary
nightlies are not yet supported.
2016-08-14 20:13:20 -07:00

16 lines
165 B
YAML

language: rust
sudo: false
cache: cargo
os:
- linux
- osx
rust:
# Whole bunch of stuff needs nightly for now
- nightly-2016-07-11
script:
- cargo test