Skip to content

Commit

Permalink
Fix Travis CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouven Spreckels committed Nov 26, 2017
1 parent 7c9dc38 commit 6a5bab2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ matrix:
- rust: stable
- rust: beta
- rust: nightly
env:
- FEATURES=""
- FEATURES="nightly"
- rust: nightly
env: FEATURES="nightly"
script:
- cargo build --verbose --features "$FEATURES"
- cargo test --verbose --features "$FEATURES"

0 comments on commit 6a5bab2

Please sign in to comment.