Skip to content

Commit

Permalink
Why is oracle failing?
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jul 13, 2020
1 parent aaf7a4c commit f2775da
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: trusty
sudo: required
language: php
php:
- 7.2
- 7.3
- 7.4snapshot
#php:
# - 7.2
# - 7.3
# - 7.4
services:
- mysql
- postgresql
Expand All @@ -23,10 +23,10 @@ cache:

env:
global:
- CORE_BRANCH=master
- CORE_BRANCH=master@{2020-07-05}
- APP_NAME=notifications
matrix:
- DB=sqlite
# matrix:
# - DB=sqlite

branches:
only:
Expand Down Expand Up @@ -71,18 +71,18 @@ script:

matrix:
include:
- php: 7.3
env: DB=mysql
- php: 7.3
env: DB=pgsql
# - php: 7.3
# env: DB=mysql
# - php: 7.3
# env: DB=pgsql
- php: 7.3
env: DB=oracle
- php: 7.3
env: DB=mysql;CODECHECK=1
- php: 7.3
env: DB=mysql;CODECHECK=2
- php: 7.2
env: DB=mysql;INTEGRATION=1
allow_failures:
- env: DB=mysql;CODECHECK=2
# - php: 7.3
# env: DB=mysql;CODECHECK=1
# - php: 7.3
# env: DB=mysql;CODECHECK=2
# - php: 7.2
# env: DB=mysql;INTEGRATION=1
# allow_failures:
# - env: DB=mysql;CODECHECK=2
fast_finish: true

0 comments on commit f2775da

Please sign in to comment.