Skip to content

Commit

Permalink
Changed travis nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Nowicki committed Oct 26, 2019
1 parent 0e5a52c commit 2a4c077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- lts/10
- lts/*
before_script: yarn install
script: yarn coverage
after_script: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit 2a4c077

Please sign in to comment.