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

Skip to content

Commit 8463c00

Browse files
authored
Merge branch 'develop' into issue-350
2 parents 534545d + bd3d2fe commit 8463c00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141
matrix:
4242
- ORACLE_VERSION="11g-xe-r2" CONNECTION_STR='127.0.0.1:1521/XE' DOCKER_OPTIONS='--shm-size=1g'
4343
- ORACLE_VERSION="12c-se2-r1-v2" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
44-
- ORACLE_VERSION="12c-se2-r2-v2" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
44+
- ORACLE_VERSION="12c-se-r2-v4" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
4545

4646
cache:
4747
pip: true
@@ -55,6 +55,7 @@ install:
5555
- sudo mkdir -p /dev/pdbs
5656
- sudo chmod -R 777 /dev/pdbs
5757
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/start_db.sh; fi
58+
- df -h
5859

5960
before_script:
6061
#The update_project_version is done before deployment to validate that the change of project files does not break installation

0 commit comments

Comments
 (0)