Skip to content

Commit

Permalink
chore(travis): oracledb install latest
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeljkin committed Oct 14, 2019
1 parent 52aca1b commit c6feb10
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 c6feb10

Please sign in to comment.