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

Skip to content

Commit 25f5926

Browse files
pesseSamuel Nitsche
authored andcommitted
Skip compatibility check in travis build
1 parent a0d442d commit 25f5926

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/install_and_run_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ utPLSQL-cli/bin/utplsql run ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@${CONNECTION_ST
1616
-f=ut_coverage_sonar_reporter -o=coverage.xml \
1717
-f=ut_coverage_html_reporter -o=coverage.html \
1818
-f=ut_coveralls_reporter -o=coverage.json \
19-
-f=ut_sonar_test_reporter -o=test_results.xml
19+
-f=ut_sonar_test_reporter -o=test_results.xml \
20+
-scc
2021

2122
status_line_regex="^[0-9]+ tests, ([0-9]+) failed, ([0-9]+) errored.*"
2223

0 commit comments

Comments
 (0)