1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/.travis.yml

22 lines
218 B
YAML
Raw Permalink Normal View History

language: rust
sudo: false
cache: cargo
2016-06-14 10:53:45 -04:00
os:
- linux
- osx
rust:
- 1.15.0
- stable
- nightly
matrix:
fast_finish: true
allow_failures:
- rust: nightly
script:
- cargo test --no-default-features