Skip to content

Commit

Permalink
Grunt installation on travis fixed, attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
McFizh committed Mar 4, 2016
1 parent 69d0de8 commit 69afc2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
sudo: required
node_js:
- "4.1"
before_script:
- sudo npm install -g grunt-cli
- npm install -g grunt-cli
script: grunt test

0 comments on commit 69afc2e

Please sign in to comment.