Skip to content

Commit 93f9909

Browse files
committed
Updates the Travis.yml file
1 parent 8de1d3b commit 93f9909

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
language: rust
22
rust:
3-
- 1.20.0
3+
#- 1.36.0
44
- nightly
55
- beta
6-
- stable
7-
script: |
8-
cargo build --verbose &&
9-
cargo test --verbose &&
10-
cargo test --verbose --features serde &&
11-
([ $TRAVIS_RUST_VERSION != nightly ] || cargo check --verbose --no-default-features) &&
12-
([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features union) &&
13-
([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --all-features) &&
14-
([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
6+
#- stable
7+
script:
8+
- pushd ./scripts
9+
- ./test-stable.sh
10+
- ([ $TRAVIS_RUST_VERSION != nightly ] || ./test-nightly.sh)
11+
- popd

0 commit comments

Comments
 (0)