You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by PascalSchumacher <gi...@git.apache.org> on 2018/07/26 19:01:59 UTC

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

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 <pa...@...>
Date:   2018-07-26T19:01:31Z

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

----


---

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


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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

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


[GitHub] commons-text issue #86: Travis: Use Java 11 supplied by travis (simplifies ....

Posted by coveralls <gi...@git.apache.org>.
Github user coveralls commented on the issue:

    https://github.com/apache/commons-text/pull/86
  
    
    [![Coverage Status](https://coveralls.io/builds/18184172/badge)](https://coveralls.io/builds/18184172)
    
    Coverage remained the same at 97.833% when pulling **54e761af40baa29807f2251b8d904a6e946b08e0 on PascalSchumacher:travis_jdk11** into **6ad577115e3b7b225af0ee0f3914ee12ec398e84 on apache:master**.



---

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


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

Posted by garydgregory <gi...@git.apache.org>.
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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org