Skip to content

Commit a2851be

Browse files
committed
Use cargo test --all on Travis
1 parent 0f0813f commit a2851be

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.travis.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
language: rust
2-
script: make test
2+
script: cargo test --all --all-features $CARGOFLAGS
33

44
jobs:
55
include:
6-
- rust: nightly
7-
- rust: beta
8-
- rust: stable
96
- rust: 1.17.0
7+
- rust: stable
8+
- rust: beta
9+
- rust: nightly
1010
- 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
11+
env: CARGOFLAGS=--target=wasm32-unknown-unknown
12+
install: rustup target add wasm32-unknown-unknown
1713

1814
notifications:
1915
webhooks: http://build.servo.org:54856/travis

Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)