Skip to content

Commit

Permalink
Execute CI on Node.js 13 (#3495)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Oct 23, 2019
1 parent 4907644 commit 048900f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,8 @@ cache:
matrix:
fast_finish: true
include:
- node_js: '13'
env: DB="mssql mysql mysql2 postgres sqlite3" KNEX_TEST_TIMEOUT=60000
- node_js: '12'
env: DB="mssql mysql mysql2 postgres sqlite3" KNEX_TEST_TIMEOUT=60000
- node_js: '10'
Expand Down

0 comments on commit 048900f

Please sign in to comment.