Skip to content

Commit

Permalink
Test also stable and proposed features
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Apr 14, 2019
1 parent 2d2d2b0 commit 3baaed8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: Rust
cache: cargo
sudo: false

rust:
- nightly
- stable
- nightly
env:
- FEATURES=""
- FEATURES="proposed"

script: cargo build --verbose; cargo test --verbose --features {$FEATURES:-""}

0 comments on commit 3baaed8

Please sign in to comment.