Skip to content

Commit

Permalink
fix path for renamed sigma-wasm on CI;
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Jun 11, 2020
1 parent 687a37d commit 76f769c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -61,7 +61,7 @@ matrix:
before_script:
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
script:
- cd sigma-tree-wasm
- cd sigma-wasm
- wasm-pack build
- wasm-pack test --firefox --headless
- wasm-pack test --firefox --headless --release
Expand All @@ -82,7 +82,7 @@ matrix:
before_script:
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
script:
- cd sigma-tree-wasm
- cd sigma-wasm
- wasm-pack build
- npm install && npm run test

Expand Down

0 comments on commit 76f769c

Please sign in to comment.