alacritty/.travis.yml

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