Update travis config

This commit is contained in:
Graham Esau 2019-10-21 21:15:19 +01:00
parent 19c0937edc
commit 74c799f478
2 changed files with 12 additions and 0 deletions

View file

@ -1,4 +1,12 @@
language: rust
rust:
- stable
- beta
- nightly
jobs:
allow_failures:
- rust: nightly
fast_finish: true
script:
- cargo build --verbose --all --all-features
- cargo test --verbose --all --all-features