diff --git a/.travis.yml b/.travis.yml index 83b42e0..f1e62d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +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 make distcheck ; fi notifications: