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.
pub(crate)
1 parent e76e98c commit be56f24Copy full SHA for be56f24
.travis.yml
@@ -1,14 +1,18 @@
1
language: rust
2
-script: cargo test --all --all-features $CARGOFLAGS
+script: cargo test --all-features $CARGOFLAGS
3
4
jobs:
5
include:
6
- rust: 1.17.0
7
+ env: CARGOFLAGS="-p url"
8
- rust: stable
9
+ env: CARGOFLAGS="--all"
10
- rust: beta
11
12
- rust: nightly
13
14
- env: CARGOFLAGS=--target=wasm32-unknown-unknown
15
+ env: CARGOFLAGS="--all --target=wasm32-unknown-unknown"
16
install: rustup target add wasm32-unknown-unknown
17
18
notifications:
0 commit comments