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

Skip to content

Commit 44713a5

Browse files
committed
Moving uninstall tests to child job no 2 - (12.1) as it is now fastest build.
1 parent db19e30 commit 44713a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ alter session set plsql_optimize_level=0;
1313
@install_headless.sql $UT3_OWNER $UT3_OWNER_PASSWORD
1414
SQL
1515

16-
#Run this step only on first job slave (11.2 - at it's fastest)
17-
if [[ "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then
16+
#Run this step only on second child job (12.1 - at it's fastest)
17+
if [[ "${TRAVIS_JOB_NUMBER}" =~ \.2$ ]]; then
1818

1919
#check code-style for errors
2020
time "$SQLCLI" $UT3_OWNER/$UT3_OWNER_PASSWORD@//$CONNECTION_STR @../development/utplsql_style_check.sql

0 commit comments

Comments
 (0)