Skip to content

Commit

Permalink
update supported node versions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgodoy committed Jul 2, 2021
1 parent 629f614 commit 0b21337
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ sudo: false
language: node_js

node_js:
- '8'
- '9'
- '10'
- '12'
- '14'
- '16'

before_script:
- 'if [ "$KNEX_VERSION" ]; then npm install knex@^$KNEX_VERSION; fi'
Expand Down

0 comments on commit 0b21337

Please sign in to comment.