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-pig.git
The following commit(s) were added to refs/heads/master by this push:
new 79d1f14 update travis.yml
79d1f14 is described below
commit 79d1f148871d7205d2b65167fa8450793940d179
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Oct 18 18:29:58 2019 -0700
update travis.yml
---
.travis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index e5c7d8a..ff150e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ sudo: false # faster builds
dist: trusty
jdk:
- - oraclejdk8
+ - openjdk8
install:
- mvn clean install -q -Dmaven.javadoc.skip=true -Dsource.skip=true
-DskipTests=true -Dgpg.skip=true
@@ -32,9 +32,9 @@ before_script:
script:
- mvn clean compile test -q -Dgpg.skip=true
-
+
after_success:
- - mvn clean test jacoco:report coveralls:report -DrepoToken=$coveralls_token
+ - mvn clean test jacoco:report coveralls:report -q
-DrepoToken=$coveralls_token
notifications:
email: false
@@ -42,4 +42,4 @@ notifications:
cache:
directories:
- .autoconf
- - $HOME/.m2
\ No newline at end of file
+ - $HOME/.m2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]