Build closures example on Travis

This commit is contained in:
Alex Crichton 2018-04-09 14:41:24 -07:00
parent aaff0be441
commit 071f3637fa

View File

@ -51,6 +51,8 @@ matrix:
(cd examples/dom && sed -i 's/: "webpack-dev-server"/: "webpack"/' package.json && ./build.sh)
- |
(cd examples/wasm-in-wasm && sed -i 's/: "webpack-dev-server"/: "webpack"/' package.json && ./build.sh)
- |
(cd examples/closures && sed -i 's/: "webpack-dev-server"/: "webpack"/' package.json && ./build.sh)
install:
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash