Skip to content

Commit

Permalink
Install wasm-bindgen and wasm-pack on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Apr 15, 2019
1 parent 86ff170 commit 1913701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ custom:
script:
- nvm install 9
- ./ci/install_cargo_web.sh
- ./ci/install_wasm_bindgen.sh
- ./ci/install_wasm_pack.sh
- ./ci/run_tests.sh

jobs:
Expand Down

0 comments on commit 1913701

Please sign in to comment.