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 4fa2de1  Update travis.yml
4fa2de1 is described below

commit 4fa2de1f8d57f1d15ef3d3d577d78a872de58974
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Oct 18 18:29:32 2019 -0700

    Update travis.yml
---
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f15261c..ff150e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,9 +15,6 @@
 
 # http://docs.travis-ci.com/user/customizing-the-build/
 
-# Execute Maven to create Cobertura report and submit Coveralls data:
-#  mvn cobertura:cobertura coveralls:report
-
 language: java
 
 sudo: false # faster builds
@@ -37,7 +34,7 @@ script:
  - mvn clean compile test -q -Dgpg.skip=true
 
 after_success: 
- - mvn jacoco:report coveralls:report -q
+ - mvn clean test jacoco:report coveralls:report -q 
-DrepoToken=$coveralls_token
 
 notifications:
   email: false


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to