1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-03 04:34:21 -05:00
alacritty/.travis.yml

30 lines
376 B
YAML
Raw Normal View History

language: rust
sudo: false
cache: cargo
2016-06-14 10:53:45 -04:00
os:
- linux
- osx
rust:
- stable
- nightly
env:
- FEATURES="clippy"
- FEATURES=""
matrix:
fast_finish: true
exclude:
- rust: stable
env: FEATURES="clippy"
- rust: nightly
env: FEATURES=""
allow_failures:
- rust: nightly
script:
- cargo test --no-default-features --features "$FEATURES"