Remove chrome examples from CI

This commit is contained in:
Alex Crichton 2018-05-08 12:21:48 -07:00
parent b81864ecf4
commit 8df5ea7084

View File

@ -41,10 +41,6 @@ matrix:
script:
- |
(cd examples/hello_world && sed -i 's/: "webpack-dev-server"/: "webpack"/' package.json && ./build.sh)
- |
(cd examples/hello_world/chrome && ./build.sh)
- |
(cd examples/hello_world/chrome && ./build_fetch.sh)
- |
(cd examples/smorgasboard && sed -i 's/: "webpack-dev-server"/: "webpack"/' package.json && ./build.sh)
- |