You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/06/18 06:59:44 UTC

[text] revert "Added IBM Jdk8 build support to travis-ci configuration" (closes #53)

Repository: commons-text
Updated Branches:
  refs/heads/master 0914cb2cb -> 6276d029b


revert "Added IBM Jdk8 build support to travis-ci configuration" (closes #53)

Although this is a desirable feature, it does not work as currently implemented:

The build fails, but this failure is not reflected in the travis build status.

Code-coverage is broken.


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/6276d029
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/6276d029
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/6276d029

Branch: refs/heads/master
Commit: 6276d029bafeaf3002629e84c45fbb4ed09a6044
Parents: 0914cb2
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sun Jun 18 08:48:41 2017 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sun Jun 18 08:59:36 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/6276d029/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index a80fc2e..64905ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,15 +21,8 @@ jdk:
   - oraclejdk7
   - oraclejdk8
 
-services:
-  - docker
-
-before_install:
-  - docker pull ibmcom/ibmjava:8-sdk
-
 script:
   - mvn
-  - docker run -v `pwd`:/work library/ibmjava:8-sdk /bin/bash -c "apt-get update && cd work && apt-get install -y maven && mvn"
 
 after_success:
   - mvn clean test jacoco:report coveralls:report