Skip to content

Commit f69928d

Browse files
committed
Remove attempt to test against other databases for the moment
1 parent 1260351 commit f69928d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,6 @@ env:
3131
- UTPLSQL_VERSION="v3.1.2"
3232
- UTPLSQL_VERSION="develop"
3333
UTPLSQL_FILE="utPLSQL"
34-
# test with 12.2, latest release
35-
- UTPLSQL_VERSION="v3.1.2"
36-
ORACLE_VERSION="${DOCKER_TAG_12C2:-12c-r2-se2}"
37-
CONNECTION_STR='127.0.0.1:1521/ORCLPDB1'
38-
DB_URL='127.0.0.1:1521/ORCLPDB1'
39-
DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
40-
# test with 18c, latest release
41-
- UTPLSQL_VERSION="v3.1.2"
42-
ORACLE_VERSION="${DOCKER_TAG_18:-18c-se2}"
43-
CONNECTION_STR='127.0.0.1:1521/ORCLPDB1'
44-
DB_URL='127.0.0.1:1521/ORCLPDB1'
45-
DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
46-
47-
4834

4935
cache:
5036
directories:

0 commit comments

Comments
 (0)