From 94001c33036c1472af86fb9ad601121be31e662b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 4 Mar 2018 12:16:01 -0800 Subject: [PATCH] Don't run servers on CI --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c038e75..d5b641ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: