Skip to content

Commit b4a0ca8

Browse files
committed
fix: require at least node v4 to run on travis (npm-run-all wants it and istanbul is failing to find _mocha)
1 parent 0e0f30b commit b4a0ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
2+
node_js: "4"
23
sudo: false
34
script: "npm run-script coverage"
45
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)