Skip to content

Commit

Permalink
chore(travis): Bump nodejs versions to run CI jobs on to node v10 and…
Browse files Browse the repository at this point in the history
… v12
  • Loading branch information
rpl committed Mar 29, 2021
1 parent bf90e98 commit e424bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "4"
- "6"
- "10"
- "12"
after_script:
- coveralls < coverage/lcov.info

0 comments on commit e424bf1

Please sign in to comment.