diff --git a/.travis.yml b/.travis.yml index f1e62d3..ab7f0b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 tests/parser escaped_backslash ; 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 make distcheck ; fi notifications: