From a89b6caab90dacf5557af1eaa4541e1d6fddc624 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 28 Oct 2015 11:25:48 -0700 Subject: [PATCH] Use the default travis grunt. We no longer need to install grunt manually; the travis-ci.org environment now provides it for node projects. Removing the install step also lets us run on the new container-based infrastructure. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ef04eb..6e5919d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ language: node_js node_js: - "0.10" -before_script: - - npm install -g grunt-cli