From 88865edc496562911115abe748b946486f090cfe Mon Sep 17 00:00:00 2001 From: Keheliya Gallaba Date: Sat, 18 Feb 2017 12:00:42 -0500 Subject: [PATCH] moving install commands to install phase --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4549a0c6..e35c8399 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,14 @@ addons: before_install: - source /opt/jdk_switcher/jdk_switcher.sh - jdk_switcher use oraclejdk8 -before_script: -- npm install -g bower web-component-tester +install: - npm install +- npm install -g bower web-component-tester - bower install +before_script: - gulp clean - gulp build script: xvfb-run wct env: global: - - CXX=g++-4.8 + - CXX=g++-4.8