travis: third time should be the charm

pull/145/head
William Pitcock 2017-09-24 14:15:04 -05:00
parent 5a10c6bb7b
commit e56fea66e4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ before_install:
script:
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then sh ./autogen.sh ; fi
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./configure ; fi
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then cp tests/parser.sh tests/parser; chmod +x tests/parser; tests/parser escaped_backslash ; fi
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then cp tests/parser.sh tests/parser; chmod +x tests/parser; make; tests/parser escaped_backslash ; fi
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make distcheck ; fi
notifications: