Skip to content

Commit

Permalink
Downgrade node
Browse files Browse the repository at this point in the history
Downgrading could fix the issue with coveralls as described here nickmerwin/node-coveralls#207
  • Loading branch information
pithu committed Jul 3, 2019
1 parent 164df76 commit 60c9344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: node_js
os:
- linux
node_js:
- "--lts" # use latest stable node version
- "v10.15.0" # pin version might fix https://github.com/nickmerwin/node-coveralls/issues/207
# to speed up/parallelize the build, we use the travis matrix feature
# - CI_STEP=build will run the (webpack) build and doc build
# - CI_STEP=node will run the mocha/typescript (node local) tests as well as providing testcoverage
Expand Down

0 comments on commit 60c9344

Please sign in to comment.