Skip to content

Commit

Permalink
Try to add jdk10.
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-s committed May 9, 2018
1 parent 556366c commit c394824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ env:

matrix:
include:
- env: JDK='Oracle JDK 10'
install: ../install-jdk.sh -F 10 -L BCL
- env: JDK='OpenJDK 10'
install: . ./install-jdk.sh -F 10 -L GPL

before_install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
Expand Down
1 change: 1 addition & 0 deletions packager/buildSrc/DefaultPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* @jppm-task clean
* @jppm-task build
* @jppm-task start
* @jppm-task test
*/
class DefaultPlugin
{
Expand Down

0 comments on commit c394824

Please sign in to comment.