lighthouse/.travis.yml

13 lines
190 B
YAML
Raw Normal View History

2018-07-12 05:04:02 +00:00
language: rust
2018-12-05 23:05:03 +00:00
script:
- cargo build --verbose --all
- cargo test --verbose --all
2018-07-12 05:04:02 +00:00
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true