Run tests for assignment_operators feature in Travis.

This commit is contained in:
Philipp Matthias Schaefer
2016-01-14 19:59:59 +01:00
parent 206f9dfa94
commit bb3655eabd
+5 -1
View File
@@ -7,7 +7,11 @@ sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- [ "$TRAVIS_RUST_VERSION" = "1.0" ] || cargo test --verbose --features no_std
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
cargo test --verbose --features no_std
cargo test --verbose --features assignment_operators;
cargo test --verbose --features "no_std assignment_operators";
fi
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&