From dde44739700ef4d183dd25a7d685b42cfda43c34 Mon Sep 17 00:00:00 2001 From: Keheliya Gallaba Date: Fri, 17 Feb 2017 12:45:20 -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 869297620..c2daa1a7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: - "0.12" -before_script: +install: + - npm install - npm install -g grunt-cli