From ac066cf7e36356027133476c4c8f2434a1676689 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Mon, 16 Jan 2017 18:08:35 +0100 Subject: [PATCH] Use bower 1.7.9 This avoids https://github.com/bower/bower/issues/2391 until #6 is fixed. Relates to #5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aeb706e2..82555e95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ cache: directories: - node_modules before_script: -- npm install web-component-tester bower polylint wct-local@2.0.8 +- npm install web-component-tester bower@1.7.9 polylint wct-local@2.0.8 - $(npm bin)/bower install - $(npm bin)/polylint script: