Skip to content

Commit

Permalink
travis-ciでlaunch4jのプラグインが動かないため
Browse files Browse the repository at this point in the history
  • Loading branch information
seraphy committed Jan 11, 2019
1 parent 89889a9 commit b6d80aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
language: java

sudo: false

env:
global:
- MAVEN_OPTS="-Xmx128m"

jdk:
- oraclejdk8
script:
- jdk_switcher use oraclejdk8
- ./mvnw clean package -Pjava8
- export JAVA_HOME=$HOME/openjdk11
- $TRAVIS_BUILD_DIR/install-jdk.sh --install openjdk11 --target $JAVA_HOME
- ./mvnw clean package -Pjava11
- openjdk11

install:
- ./mvnw clean

script: "./mvnw clean compile test"

1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@
<id>java11</id>
<activation>
<activeByDefault>false</activeByDefault>
<jdk>[11</jdk>
</activation>
<dependencies>
<!--
Expand Down

0 comments on commit b6d80aa

Please sign in to comment.