Skip to content

Commit 7cdfe66

Browse files
committed
travis: Update CI to use the new Package
Signed-off-by: Joe Richey <[email protected]>
1 parent 36878a4 commit 7cdfe66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ jobs:
6767
script:
6868
- cargo test --target wasm32-wasi
6969
# stdweb (wasm32-unknown-unknown) tests (Node, Chrome)
70-
- cargo web test --package stdweb-getrandom
71-
- cargo web test --package stdweb-getrandom --nodejs
70+
- cargo web test --package getrandom-js
71+
- cargo web test --package getrandom-js --nodejs
7272
# wasm-bindgen (wasm32-unknown-unknown) tests (Node, Firefox, Chrome)
73-
- cargo test --package wasm-bindgen-getrandom
73+
- cargo test --package getrandom-js
7474
--target wasm32-unknown-unknown --test node
7575
- GECKODRIVER=$HOME/geckodriver
76-
cargo test --package wasm-bindgen-getrandom
76+
cargo test --package getrandom-js
7777
--target wasm32-unknown-unknown --test web
7878
- CHROMEDRIVER=$HOME/chromedriver
79-
cargo test --package wasm-bindgen-getrandom
79+
cargo test --package getrandom-js
8080
--target wasm32-unknown-unknown --test web
8181

8282
- name: "WASM via Emscripten"

0 commit comments

Comments
 (0)