chainerror/.travis.yml

23 lines
213 B
YAML
Raw Normal View History

2019-01-08 15:35:16 +01:00
language: rust
2019-01-08 16:29:47 +01:00
branches:
except:
- gh-pages
2019-01-08 15:35:16 +01:00
rust:
- stable
- nightly
2019-01-08 16:21:08 +01:00
os:
- linux
- windows
2019-01-08 15:35:16 +01:00
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