Skip to content

Commit

Permalink
travis: remove 0.10 test suite
Browse files Browse the repository at this point in the history
node <= 0.xx doesn't support es6 syntax

ref: http://node.green/
  • Loading branch information
simobasso authored and dennybiasiolli committed Apr 11, 2017
1 parent 68066e8 commit 85fbf1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '0.12'
- '4'
- '6'
- 'node'
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"build": "grunt",
"start": "http-server ./example -p 8081",
"test": "grunt --verbose"
},
"engines": {
"node": ">=4.3.2"
}
}

0 comments on commit 85fbf1e

Please sign in to comment.