This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git
The following commit(s) were added to refs/heads/master by this push:
new e7338fb Speed up CI jobs
new 64249bc Merge pull request #112 from ccaominh/speedup-ci
e7338fb is described below
commit e7338fbeeb4c7af588bbe61bc72752aec636d17d
Author: Chi Cao Minh <[email protected]>
AuthorDate: Thu Aug 15 13:23:50 2019 -0700
Speed up CI jobs
The CI jobs were unnecessarily executing "mvn test" a second time for
code coverage.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index cedcd68..a35c311 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ script:
- mvn clean compile test -Dgpg.skip=true
after_success:
- - mvn clean test jacoco:report coveralls:report
+ - mvn jacoco:report coveralls:report
notifications:
email: false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]