Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 75930e2

Browse files
authored
Merge pull request #2 from parktrip/integrate-clob-blob
Integrate clob blob
2 parents 65235a2 + 9defeff commit 75930e2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-hydrator"
2323
- TEST_INTEGRATION=true
2424
- TESTS_ZEND_DB_ADAPTER_DRIVER_MYSQL=true
25+
- TESTS_ZEND_DB_ADAPTER_DRIVER_OCI8=true
2526
- php: 5.6
2627
env:
2728
- DEPS=latest
@@ -36,6 +37,14 @@ matrix:
3637
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-hydrator"
3738
- TEST_INTEGRATION=true
3839
- TESTS_ZEND_DB_ADAPTER_DRIVER_MYSQL=true
40+
- php: 7.0
41+
services:
42+
- oci8
43+
env:
44+
- DEPS=locked
45+
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-hydrator"
46+
- TEST_INTEGRATION=true
47+
- TESTS_ZEND_DB_ADAPTER_DRIVER_OCI8=true
3948
- php: 7.0
4049
env:
4150
- DEPS=latest
@@ -52,6 +61,7 @@ matrix:
5261
- TEST_COVERAGE=true
5362
- TEST_INTEGRATION=true
5463
- TESTS_ZEND_DB_ADAPTER_DRIVER_MYSQL=true
64+
- TESTS_ZEND_DB_ADAPTER_DRIVER_OCI8=true
5565
- php: 7.1
5666
env:
5767
- DEPS=latest
@@ -65,6 +75,7 @@ matrix:
6575
- DEPS=locked
6676
- TEST_INTEGRATION=true
6777
- TESTS_ZEND_DB_ADAPTER_DRIVER_MYSQL=true
78+
- TESTS_ZEND_DB_ADAPTER_DRIVER_OCI8=true
6879
- php: 7.2
6980
services:
7081
- postgresql
@@ -74,6 +85,7 @@ matrix:
7485
- DEPS=locked
7586
- TEST_INTEGRATION=true
7687
- TESTS_ZEND_DB_ADAPTER_DRIVER_PGSQL=true
88+
- TESTS_ZEND_DB_ADAPTER_DRIVER_OCI8=true
7789
- php: 7.2
7890
env:
7991
- DEPS=latest

0 commit comments

Comments
 (0)