Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove attempt to test against other databases for the moment
  • Loading branch information
pesse committed Mar 29, 2019
commit f69928de4284f140afe5564838b131045f3e08be
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,6 @@ env:
- UTPLSQL_VERSION="v3.1.2"
- UTPLSQL_VERSION="develop"
UTPLSQL_FILE="utPLSQL"
# test with 12.2, latest release
- UTPLSQL_VERSION="v3.1.2"
ORACLE_VERSION="${DOCKER_TAG_12C2:-12c-r2-se2}"
CONNECTION_STR='127.0.0.1:1521/ORCLPDB1'
DB_URL='127.0.0.1:1521/ORCLPDB1'
DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
# test with 18c, latest release
- UTPLSQL_VERSION="v3.1.2"
ORACLE_VERSION="${DOCKER_TAG_18:-18c-se2}"
CONNECTION_STR='127.0.0.1:1521/ORCLPDB1'
DB_URL='127.0.0.1:1521/ORCLPDB1'
DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"



cache:
directories:
Expand Down