From ade0f38ac2d4224fe12a7b5c4d6a96fb9278134c Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Tue, 21 Mar 2017 11:49:45 +0100 Subject: [PATCH] Don't install global grunt commands as they are not necessary --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77aa5a805..5c858b87f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ env: - ON_TRAVIS=true before_install: cd src before_script: - - npm install -g grunt - - npm install -g grunt-cli - npm install script: - npm run test