Skip to content

Commit

Permalink
add node 10 and knex 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgodoy committed Aug 3, 2018
1 parent 7c5bc8c commit 141957a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_js:
- '6'
- '8'
- '9'
- '10'

before_script:
- 'if [ "$KNEX_VERSION" ]; then npm install knex@^$KNEX_VERSION; fi'
Expand All @@ -19,5 +20,6 @@ env:
- KNEX_VERSION=0.11
- KNEX_VERSION=0.12
- KNEX_VERSION=0.13
- KNEX_VERSION=0.14

- KNEX_VERSION=0.14
- KNEX_VERSION=0.15

0 comments on commit 141957a

Please sign in to comment.