Skip to content
This repository was archived by the owner on Oct 30, 2017. It is now read-only.

Commit 52f4fd6

Browse files
tgfjtyoshuawuyts
authored andcommitted
fix nodejs versions on travis (#87)
It's about time to ignore `0.12`.:P ``` /home/travis/build/choojs/choo-log/node_modules/dependency-check/node_modules/read-package-json/node_modules/json-parse-better-errors/index.js:9 const syntaxErr = e.message.match(/^Unexpected token.*position\s+(\d+)/i) ^^^^^ ```
1 parent 7afe106 commit 52f4fd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_js:
2-
- "0.12"
3-
- "4"
2+
- '6'
3+
- '7'
4+
- '8'
45
sudo: false
56
language: node_js
67
script: "npm run test:cov"

0 commit comments

Comments
 (0)