From: Andrew Lewis Date: Tue, 2 Aug 2016 21:34:37 +0000 (+0100) Subject: [Minor] Unbreak tests on pull requests X-Git-Tag: 1.3.2~68^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f9ff09006fdcfc5d70112ac1ba2e02d65a86b064;p=rspamd.git [Minor] Unbreak tests on pull requests --- diff --git a/circle.yml b/circle.yml index 3d0243877..e8e695cfb 100644 --- a/circle.yml +++ b/circle.yml @@ -13,6 +13,6 @@ test: - sudo robot test/functional/cases - lcov -b . -d . -c --output-file coverage.info - ln -s src/ragel . - - coveralls-lcov -t ${COVERALLS_REPO_TOKEN} coverage.info + - if [ ! -z $COVERALLS_REPO_TOKEN ]; then coveralls-lcov -t ${COVERALLS_REPO_TOKEN} coverage.info; fi post: - for i in output.xml log.html report.html; do mv $i $CIRCLE_ARTIFACTS; done