Repository: commons-crypto Updated Branches: refs/heads/master dc1769ed6 -> 8b8af6df9
Fix travis Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/8b8af6df Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/8b8af6df Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/8b8af6df Branch: refs/heads/master Commit: 8b8af6df98c477a8606b69783d487822c0641bbc Parents: dc1769e Author: Sun Dapeng <[email protected]> Authored: Mon Nov 21 09:36:55 2016 +0800 Committer: Sun Dapeng <[email protected]> Committed: Mon Nov 21 09:36:55 2016 +0800 ---------------------------------------------------------------------- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/8b8af6df/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0f5b2b4..6e0ae0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,6 @@ script: - mvn verify site - jdk_switcher use oraclejdk8 - mvn verify site + +after_success: + - mvn clean test jacoco:report coveralls:report
