Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db19e30 commit 44713a5Copy full SHA for 44713a5
1 file changed
.travis/install.sh
@@ -13,8 +13,8 @@ alter session set plsql_optimize_level=0;
13
@install_headless.sql $UT3_OWNER $UT3_OWNER_PASSWORD
14
SQL
15
16
-#Run this step only on first job slave (11.2 - at it's fastest)
17
-if [[ "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then
+#Run this step only on second child job (12.1 - at it's fastest)
+if [[ "${TRAVIS_JOB_NUMBER}" =~ \.2$ ]]; then
18
19
#check code-style for errors
20
time "$SQLCLI" $UT3_OWNER/$UT3_OWNER_PASSWORD@//$CONNECTION_STR @../development/utplsql_style_check.sql
0 commit comments