From 44c6b2470035a042b7c4b74a656a2cbd31659f1d Mon Sep 17 00:00:00 2001 From: Keheliya Gallaba Date: Fri, 17 Feb 2017 19:03:19 -0500 Subject: [PATCH] moving install commands to install phase --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d18552d..72dff8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: node_js node_js: - "0.10.26" -before_script: - - npm install -g gulp +install: - npm install + - npm install -g gulp script: - npm test notifications: