Skip to content

Commit

Permalink
Travis: Only test url on 1.17 (data-url uses pub(crate))
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Feb 2, 2018
1 parent e76e98c commit be56f24
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
language: rust
script: cargo test --all --all-features $CARGOFLAGS
script: cargo test --all-features $CARGOFLAGS

jobs:
include:
- rust: 1.17.0
env: CARGOFLAGS="-p url"
- rust: stable
env: CARGOFLAGS="--all"
- rust: beta
env: CARGOFLAGS="--all"
- rust: nightly
env: CARGOFLAGS="--all"
- rust: nightly
env: CARGOFLAGS=--target=wasm32-unknown-unknown
env: CARGOFLAGS="--all --target=wasm32-unknown-unknown"
install: rustup target add wasm32-unknown-unknown

notifications:
Expand Down

0 comments on commit be56f24

Please sign in to comment.