Skip to content

Commit be56f24

Browse files
committed
Travis: Only test url on 1.17 (data-url uses pub(crate))
1 parent e76e98c commit be56f24

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

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

44
jobs:
55
include:
66
- rust: 1.17.0
7+
env: CARGOFLAGS="-p url"
78
- rust: stable
9+
env: CARGOFLAGS="--all"
810
- rust: beta
11+
env: CARGOFLAGS="--all"
912
- rust: nightly
13+
env: CARGOFLAGS="--all"
1014
- rust: nightly
11-
env: CARGOFLAGS=--target=wasm32-unknown-unknown
15+
env: CARGOFLAGS="--all --target=wasm32-unknown-unknown"
1216
install: rustup target add wasm32-unknown-unknown
1317

1418
notifications:

0 commit comments

Comments
 (0)