From 6629af4fce44fe04104f903142d2e6a2fe0f3c63 Mon Sep 17 00:00:00 2001 From: Keheliya Gallaba Date: Sat, 18 Feb 2017 11:51:28 -0500 Subject: [PATCH] moving install commands to install phase --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b4c5fca..d5b243d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,12 +15,13 @@ language: node_js node_js: - '6' - '7' +install: + - npm install + - npm install grunt-cli -g before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - sleep 3 - - npm install grunt-cli -g - notifications: webhooks: urls: