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 69d504f commit 591c14bCopy full SHA for 591c14b
1 file changed
.travis/install.sh
@@ -13,7 +13,8 @@ alter session set plsql_optimize_level=0;
13
@install_headless.sql $UT3_OWNER $UT3_OWNER_PASSWORD
14
SQL
15
16
-if [ "$TRAVIS_JOB_ID" == "1" ]; then
+#Run this step only on first job slave (11.2 - at it's fastest)
17
+if [[ "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; 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