forked from ariadne/pkgconf
travis: third time should be the charm
parent
5a10c6bb7b
commit
e56fea66e4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue