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
Try to add 12.2 and 18c to matrix
  • Loading branch information
pesse committed Aug 2, 2018
commit 981221ab3881075665e7547a9f2ebb8ec8eb6151
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ 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