You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/06/14 22:30:30 UTC

[incubator-datasketches-memory] branch master updated: Update travis.yml

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

commit e84e28753dfd183ed1904da845b9645a86d8b7d2
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Jun 14 15:30:22 2019 -0700

    Update travis.yml
---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5158197..53840be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,11 +25,11 @@ sudo: false # faster builds
 dist: trusty
 
 jdk:
- - oraclejdk8 
+ - oraclejdk8
 
 install:
  - mvn install -Dmaven.javadoc.skip=true -Dsource.skip=true -DskipTests=true -Dgpg.skip=true
- 
+
 before_script:
  - _JAVA_OPTIONS="-Xmx4g -Xms1g"
 
@@ -38,11 +38,11 @@ script:
 
 after_success: 
  - mvn clean cobertura:cobertura coveralls:report
- 
+
 notifications:
   email: false
 
 cache:
   directories:
   - .autoconf
-  - $HOME/.m2
\ No newline at end of file
+  - $HOME/.m2


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org