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

Skip to content

Commit ec82192

Browse files
authored
Update with missing FI
1 parent 30dc6f8 commit ec82192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ before_script:
9797

9898
script:
9999
- if [[ ! $TRAVIS_TAG ]]; then bash test/install_and_run_tests.sh; fi
100-
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/validate_report_files.sh
100+
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/validate_report_files.sh fi
101101
- if [[ ! $TRAVIS_TAG ]] && [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then sonar-scanner; fi
102102
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/coveralls_uploader.sh; fi
103103
- bash .travis/build_docs.sh

0 commit comments

Comments
 (0)