Skip to content

Commit

Permalink
Run CI tests on node 12, 13
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Mar 15, 2020
1 parent 664b47a commit bc92424
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: node_js

node_js:
- '0.12'
- '4'
- '6'
- '8'
- '10'
- "0.12"
- "4"
- "6"
- "8"
- "10"
- "12"
- "13"

0 comments on commit bc92424

Please sign in to comment.