mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
8b4b1f8df1
This will prevent builds from being constantly broken... arbitrary nightlies are not yet supported.
15 lines
165 B
YAML
15 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
|