Skip to content

Commit 1913701

Browse files
committed
Install wasm-bindgen and wasm-pack on Travis
1 parent 86ff170 commit 1913701

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ custom:
1515
script:
1616
- nvm install 9
1717
- ./ci/install_cargo_web.sh
18+
- ./ci/install_wasm_bindgen.sh
19+
- ./ci/install_wasm_pack.sh
1820
- ./ci/run_tests.sh
1921

2022
jobs:

0 commit comments

Comments
 (0)