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

Skip to content

Commit 1a0b6e6

Browse files
committed
Fix.
1 parent 328d05d commit 1a0b6e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ install:
6969

7070
script:
7171
- CONTAINER_IP=$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' $ORACLE_VERSION)
72-
- test $ORACLE_VERSION = $ORACLE_12cR1SE || CONNECTION_STR="$CONTAINER_IP:1521/ORCLPDB1"
73-
- test $ORACLE_VERSION = $ORACLE_11gR2XE || CONNECTION_STR="$CONTAINER_IP:1521/XE"
72+
- test $ORACLE_VERSION = $ORACLE_12cR1SE && CONNECTION_STR="$CONTAINER_IP:1521/ORCLPDB1"
73+
- test $ORACLE_VERSION = $ORACLE_11gR2XE && CONNECTION_STR="$CONTAINER_IP:1521/XE"
7474
- bash .travis/create_utplsql_owner.sh
7575
- bash .travis/create_utplsql_user.sh
7676
- bash .travis/install_libraries.sh

0 commit comments

Comments
 (0)