Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 81db71e

Browse files
committed
Have Travis test on more Rust versions
1 parent 879ae75 commit 81db71e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.travis.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
language: rust
2-
rust: nightly
2+
rust:
3+
# Jemalloc prefixing change between these two versions
4+
- nightly-2016-02-14
5+
- nightly-2016-02-17
6+
7+
- nightly
8+
- beta
9+
- stable
10+
311
notifications:
412
webhooks: http://build.servo.org:54856/travis
513

614
script:
715
- cargo test
8-
- "[ $TRAVIS_RUST_VERSION = nightly ] || cargo test --features unstable"
9-
- "[ $TRAVIS_RUST_VERSION = nightly ] || cargo test --manifest-path plugin/Cargo.toml"
16+
- "[ $TRAVIS_RUST_VERSION != nightly ] || cargo test --features unstable"
17+
- "[ $TRAVIS_RUST_VERSION != nightly ] || cargo test --manifest-path plugin/Cargo.toml"
1018

0 commit comments

Comments
 (0)