1
0
Fork 0
mirror of https://github.com/haraldh/chainerror.git synced 2025-02-24 09:04:20 +01:00
chainerror/.travis.yml
2019-01-08 16:30:55 +01:00

23 lines
213 B
YAML

language: rust
branches:
except:
- gh-pages
rust:
- stable
- nightly
os:
- linux
- windows
script:
- cargo build --all
- cargo test --all
matrix:
allow_failures:
- rust: nightly
fast_finish: true