There was an error while loading. Please reload this page.
1 parent 4510f10 commit d073553Copy full SHA for d073553
.travis.yml
@@ -1,10 +1,9 @@
1
language: node_js
2
node_js:
3
+ - '7'
4
- '6'
5
- '5'
6
- '4'
- - '0.12'
7
- - '0.10'
8
after_success:
9
- npm run coveralls
10
- npm run coverage-clean
package.json
@@ -10,7 +10,7 @@
"url": "git@github.com:cheton/gcode-parser.git"
11
},
12
"engines": {
13
- "node": ">=0.10.x"
+ "node": ">=4"
14
15
"keywords": [
16
"cnc",
0 commit comments