Skip to content

Commit

Permalink
Allow oracle failures for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Jul 13, 2018
1 parent d508609 commit 6f11eb1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cache:
- "node_modules"

matrix:
fast_finish: true
include:
- node_js: "10"
env: DB="mssql mysql mysql2 postgres sqlite3" CXX=g++-4.8 KNEX_TEST_TIMEOUT=60000
Expand All @@ -23,8 +24,15 @@ matrix:
env: TEST_ORACLEDB=true NODE_VER=8 KNEX_TEST_TIMEOUT=60000
- node_js: "10"
env: TEST_ORACLEDB=true NODE_VER=6 KNEX_TEST_TIMEOUT=60000
allow_failures:
- node_js: "10"
env: TEST_ORACLEDB=true NODE_VER=10 KNEX_TEST_TIMEOUT=60000
- node_js: "10"
env: TEST_ORACLEDB=true NODE_VER=8 KNEX_TEST_TIMEOUT=60000
- node_js: "10"
env: TEST_ORACLEDB=true NODE_VER=6 KNEX_TEST_TIMEOUT=60000

install:
install:
- if [ -z $TEST_ORACLEDB ]; then npm i; fi

before_script:
Expand Down

0 comments on commit 6f11eb1

Please sign in to comment.