Skip to content

Commit 37a1a1b

Browse files
committedMay 24, 2019
Fix web tests in CI
1 parent d8a7e36 commit 37a1a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ script:
2525
- cargo test --all
2626
- cargo build --manifest-path=./examples/github/Cargo.toml
2727
- cargo build --manifest-path=./examples/web/Cargo.toml
28-
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (xvfb-run cargo test --manifest-path=./graphql_client_web/Cargo.toml --target wasm32-unknown-unknown) fi
28+
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (xvfb-run cargo test --manifest-path=./graphql_client/Cargo.toml --features="web" --target wasm32-unknown-unknown) fi

0 commit comments

Comments
 (0)
Please sign in to comment.