From e56fea66e4136f5f535ead3a3804212b079067c0 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 24 Sep 2017 14:15:04 -0500 Subject: [PATCH] travis: third time should be the charm --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab7f0b6..b1f343d 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 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: