Github user chtompki commented on a diff in the pull request:
https://github.com/apache/commons-text/pull/45#discussion_r121162778
--- Diff: .travis.yml ---
@@ -21,8 +21,15 @@ jdk:
- oraclejdk7
- oraclejdk8
+services:
+ - docker
+
+before_install:
+ - docker pull ibmcom/ibmjava:8-sdk
+
script:
- mvn test apache-rat:check clirr:check checkstyle:check findbugs:check
javadoc:javadoc
+ - docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/bash -c "apt-get
update && cd work && apt-get install -y maven && mvn"
--- End diff --
The `apt-get update` here might take a long time.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]