-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
2,680 additions
and
2,384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
language: rust | ||
rust: | ||
- 1.20.0 | ||
#- 1.36.0 | ||
- nightly | ||
- beta | ||
- stable | ||
#- stable | ||
script: | | ||
cargo build --verbose && | ||
cargo test --verbose && | ||
cargo test --verbose --features serde && | ||
([ $TRAVIS_RUST_VERSION != nightly ] || cargo check --verbose --no-default-features) && | ||
([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features union) && | ||
([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --all-features) && | ||
([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench) | ||
pushd ./scripts | ||
./test-stable.sh | ||
([ $TRAVIS_RUST_VERSION != nightly ] || ./test-nightly.sh | ||
popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.