Skip to content

Commit 864a065

Browse files
committed
Removed matrix as only one DB version is used.
1 parent 878ea27 commit 864a065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ env:
1717
- DB_URL="127.0.0.1:1521:XE"
1818
- DB_USER=app
1919
- DB_PASS=app
20-
matrix:
21-
- ORACLE_VERSION="11g-xe-r2" DOCKER_OPTIONS="--shm-size=1g"
20+
- ORACLE_VERSION="11g-xe-r2"
21+
- DOCKER_OPTIONS="--shm-size=1g"
2222

2323
cache:
2424
directories:

0 commit comments

Comments
 (0)