From 8df5ea7084cd76df3817a28e8741018fc97985f9 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 8 May 2018 12:21:48 -0700 Subject: [PATCH] Remove chrome examples from CI --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 296a522e..0400ab68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) - |