Skip to content

Commit

Permalink
Merge pull request #1206 from MichaelDeBoey/patch-1
Browse files Browse the repository at this point in the history
test: Add tests for Node 14.x
  • Loading branch information
epoberezkin committed May 9, 2020
2 parents e828d45 + ce8209a commit 5d20dc9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ before_script:
- git submodule update --init
- npm install -g codeclimate-test-reporter
node_js:
- "8"
- "10"
- "11"
- "12"
- 8
- 10
- 11
- 12
- 14
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- coveralls < coverage/lcov.info
Expand Down

0 comments on commit 5d20dc9

Please sign in to comment.