From 8aeab3f01b7e17ea41e6a3a70a9168bc3e4ffef9 Mon Sep 17 00:00:00 2001 From: Keheliya Gallaba Date: Fri, 17 Feb 2017 13:46:37 -0500 Subject: [PATCH] moving install commands to install phase --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a8e2ef..31b8c3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - 0.10.29 -before_script: +install: + - npm install - npm install -g bower - bower install