Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/oracledb_4_support' into oracled…
Browse files Browse the repository at this point in the history
…b_4_support
  • Loading branch information
maxeljkin committed Oct 14, 2019
2 parents 585c71e + 68ef174 commit 41305d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ matrix:
env: TESTSCRIPT=test:everything DB="oracledb mssql mysql mysql2 postgres sqlite3" KNEX_TEST_TIMEOUT=60000
install:
- npm i
- (echo $DB | grep oracledb) && npm install oracledb@3.1.2 || true
- (echo $DB | grep oracledb) && npm install oracledb || true

before_script:
- npm run db:start
Expand Down

0 comments on commit 41305d1

Please sign in to comment.