We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo test --all
1 parent 0f0813f commit a2851beCopy full SHA for a2851be
.travis.yml
@@ -1,19 +1,15 @@
1
language: rust
2
-script: make test
+script: cargo test --all --all-features $CARGOFLAGS
3
4
jobs:
5
include:
6
- - rust: nightly
7
- - rust: beta
8
- - rust: stable
9
- rust: 1.17.0
+ - rust: stable
+ - rust: beta
+ - rust: nightly
10
- rust: nightly
11
- env:
12
- - WASM32=true # just to show it in travis UI
13
- install:
14
- - rustup target add wasm32-unknown-unknown
15
- script:
16
- - cargo build --target=wasm32-unknown-unknown
+ env: CARGOFLAGS=--target=wasm32-unknown-unknown
+ install: rustup target add wasm32-unknown-unknown
17
18
notifications:
19
webhooks: http://build.servo.org:54856/travis
Makefile
0 commit comments