alacritty/.travis.yml

16 lines
187 B
YAML
Raw Normal View History

language: rust
sudo: false
cache: cargo
2016-06-14 14:53:45 +00:00
os:
- linux
- osx
rust:
# Whole bunch of stuff needs nightly for now
- nightly-2016-11-06
script:
- cargo test --no-default-features