Hopefully fix up yml

This commit is contained in:
Alex Crichton 2018-03-04 12:35:02 -08:00
parent 94001c3303
commit f06dfd0a7d

View File

@ -15,8 +15,10 @@ script:
- rustup target add wasm32-unknown-unknown
- cargo test
- cargo install --debug --path crates/wasm-bindgen-cli
- (cd examples/hello_world && sed -i 's/: "webpack-dev-server"/: "webpack"' package.json && ./build.sh)
- (cd examples/smorgasboard && sed -i 's/: "webpack-dev-server"/: "webpack"' package.json && ./build.sh)
- |
(cd examples/hello_world && sed -i 's/: "webpack-dev-server"/: "webpack"/' package.json && ./build.sh)
- |
(cd examples/smorgasboard && sed -i 's/: "webpack-dev-server"/: "webpack"/' package.json && ./build.sh)
notifications:
email: