[GitHub] commons-text pull request #86: Travis: Use Java 11 supplied by travis (simpl...

2018-07-26 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/commons-text/pull/86


---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[GitHub] commons-text pull request #86: Travis: Use Java 11 supplied by travis (simpl...

2018-07-26 Thread garydgregory
Github user garydgregory commented on a diff in the pull request:

https://github.com/apache/commons-text/pull/86#discussion_r205575417
  
--- Diff: .travis.yml ---
@@ -14,25 +14,13 @@
 # limitations under the License.
 
 language: java
-sudo: false
 
-# Get latest install-jdk.sh script
-before_install:
-  - wget -P ./target/ 
https://github.com/sormuras/bach/raw/master/install-jdk.sh
-
-matrix:
-  include:
-- env: JDK_RELEASE='OracleJDK 8'
-  jdk: oraclejdk8
-- env: JDK_RELEASE='OracleJDK 9'
-  jdk: oraclejdk9
-- env: JDK_RELEASE='OracleJDK 10'
-  jdk: oraclejdk10
-- env: JDK_RELEASE='OpenJDK 10'
-  jdk: openjdk10
-# Java 11 "Oracle JDK" (not yet provided by Travis CI)
--- End diff --

Neither is JDK 12-EA ;-)


---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[GitHub] commons-text pull request #86: Travis: Use Java 11 supplied by travis (simpl...

2018-07-26 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request:

https://github.com/apache/commons-text/pull/86

Travis: Use Java 11 supplied by travis (simplifies .travis.yml)



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/PascalSchumacher/commons-text travis_jdk11

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/commons-text/pull/86.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #86


commit 54e761af40baa29807f2251b8d904a6e946b08e0
Author: Pascal Schumacher 
Date:   2018-07-26T19:01:31Z

Travis: Use Java 11 supplied by travis (simplifies .travis.yml)




---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org