Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit d2c2613

Browse files
committed
Update .travis.yml
1 parent 74ee795 commit d2c2613

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
sudo: false
12
language: node_js
23
node_js:
4+
- 'iojs'
5+
- '0.12'
36
- '0.10'
4-
before_script:
5-
- npm install -g grunt-cli

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"grunt": "^0.4.5",
31+
"grunt-cli": "^0.1.13",
3132
"grunt-contrib-clean": "^0.6.0",
3233
"grunt-contrib-copy": "^0.5.0",
3334
"grunt-contrib-jshint": "^0.10.0",

0 commit comments

Comments
 (0)