Skip to content

Commit

Permalink
Added ‘nightly’ to cargo test --features in ‘.travis.yml’
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Sep 26, 2018
1 parent 7fa60e0 commit 64402c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ matrix:
set -e
cargo clippy --version
cargo clippy
cargo test --no-default-features --features "ci"
cargo test --no-default-features --features "ci nightly"
cargo test --all-features
env:
Expand Down

0 comments on commit 64402c7

Please # to comment.