From ff7ea111c9449d20d905caea3fc03aaf91f1f02a Mon Sep 17 00:00:00 2001 From: Keheliya Gallaba Date: Fri, 17 Feb 2017 21:03:41 -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 05c316f..7f4e246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: node_js node_js: - '0.10' - '0.11' -before_script: +install: + - npm install - npm install -g bower grunt-cli - gem install sass - bower install