Skip to content

Commit e6c8bdf

Browse files
grunt test works on node 0.10
1 parent 43c8750 commit e6c8bdf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: node_js
33
node_js:
44
- "4.2"
55
- "6"
6+
- "0.10"
67
cache:
78
directories:
89
- node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"grunt": "^1.0.1",
48-
"grunt-eslint": "^19.0.0"
48+
"grunt-eslint": "^18.0.0"
4949
},
5050
"peerDependencies": {
5151
"grunt": "^1.0.1"

0 commit comments

Comments
 (0)