From e6fd82d351899b166549935b07fc7b9a649515a1 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 25 May 2016 14:59:28 +0200 Subject: Build: Add grunt-cli to devDependencies, don't install it globally This makes it possible to use Grunt without installing grunt-cli globally which makes the whole process more resilient. Ref gh-1706 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fb3b75b1d..7143893d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,3 @@ dist: trusty language: node_js node_js: - "0.12" -before_script: - - npm install -g grunt-cli -- cgit v1.2.3