From a6b75f0a4270eb7ff40e1a68cd19f39ae2ef3655 Mon Sep 17 00:00:00 2001 From: Keheliya Gallaba Date: Fri, 17 Feb 2017 13:39:03 -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 81e6d7ffd..1163327c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: - "stable" -before_script: +install: + - npm install - npm install -g grunt-cli script: - grunt test