chainerror/.travis.yml

15 lines
154 B
YAML
Raw Normal View History

2019-01-08 15:35:16 +01:00
language: rust
rust:
- stable
- nightly
script:
2019-01-08 15:42:56 +01:00
- cargo build --all
2019-01-08 15:35:16 +01:00
- cargo test --all
matrix:
allow_failures:
- rust: nightly
fast_finish: true