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

Skip to content

Commit 4dcfbef

Browse files
committed
Adding missing lines
1 parent f3fc577 commit 4dcfbef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ before_script:
9393
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/run_examples.sh; fi
9494

9595
script:
96+
- if [[ ! $TRAVIS_TAG ]]; then bash test/install_and_run_tests.sh; fi
97+
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/validate_report_files.sh; fi
9698
- if [[ ! $TRAVIS_TAG ]] && [[ ("${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" && "${TRAVIS_PULL_REQUEST}" == false) || ("${TRAVIS_PULL_REQUEST_SLUG}" = "${UTPLSQL_REPO}") ]]; then bash .travis/run_sonar_scanner.sh; fi
9799
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/coveralls_uploader.sh; fi
98100

0 commit comments

Comments
 (0)