Skip to content

Commit

Permalink
Test with Node 12.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Jul 9, 2019
1 parent 4101906 commit 27b5017
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- "12.5"
- "12.4"
- "11.14"
- "10.16"
- "12.6"
- "12.5"
- "11.14"
- "10.16"
after_success:
- "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
- "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"

0 comments on commit 27b5017

Please sign in to comment.