[Forensics-changes] [yara] 134/192: Fix build script so OSX builds don't get marked as failed (#587)
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:31:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.6.0
in repository yara.
commit edccbddfb22f76e7b88c47b8958f666f9ea09f9c
Author: Hilko Bengen <hillu at users.noreply.github.com>
Date: Fri Mar 17 10:18:36 2017 +0100
Fix build script so OSX builds don't get marked as failed (#587)
See also: https://github.com/travis-ci/travis-ci/issues/6522
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 394d0c9..5c662ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,7 @@ script: |
*--host=*mingw*) ;;
*) make check ;;
esac
+ set +e
after_failure: if [ -e test-suite.log ]; then cat test-suite.log; fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list