Skip to content

Commit

Permalink
travis: fix missing yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Aug 13, 2019
1 parent 41c86aa commit bd37ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ matrix:
before_script:
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
script:
- (cd crates/citeproc-wasm/js-demo && yarn build)
- (cd crates/citeproc-wasm/js-demo && yarn && yarn build)
# - cargo test --all
# - (cd citeproc-wasm && wasm-pack build)
# - (cd citeproc-wasm && wasm-pack test --firefox --headless)
Expand Down

0 comments on commit bd37ce3

Please sign in to comment.