Don't run servers on CI

This commit is contained in:
Alex Crichton 2018-03-04 12:16:01 -08:00
parent 98b9bee876
commit 94001c3303

View File

@ -15,8 +15,8 @@ script:
- rustup target add wasm32-unknown-unknown
- cargo test
- cargo install --debug --path crates/wasm-bindgen-cli
- (cd examples/hello_world && ./build.sh)
- (cd examples/smorgasboard && ./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: