Skip to content

Commit

Permalink
update travis configuration concerning build jdks
Browse files Browse the repository at this point in the history
  • Loading branch information
chewiebug committed Sep 14, 2019
1 parent e708cef commit bc21c8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ language: java
sudo: false

jdk:
- oraclejdk8
- oraclejdk11
- oraclejdk12
- oraclejdk13
- openjdk8
- openjdk11
- openjdk12
- openjdk13

# enable cache to stop downloading all maven plugins every time
cache:
Expand All @@ -21,7 +24,7 @@ before_install:
- pip install --user codecov

# No need to run mvn install, so skip this step
install: true
install: skip

# emulate a display for the gui tests
before_script:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<jdk.source.version>1.8</jdk.source.version>
<jdk.target.version>1.8</jdk.target.version>
<tools.maven.plugin.version>1.4</tools.maven.plugin.version>
<jacoco.maven.plugin.version>0.8.2</jacoco.maven.plugin.version>
<jacoco.maven.plugin.version>0.8.4</jacoco.maven.plugin.version>
<maven.source.plugin.version>3.0.1</maven.source.plugin.version>
<maven.javadoc.plugin.version>3.0.1</maven.javadoc.plugin.version>
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
Expand Down

0 comments on commit bc21c8f

Please sign in to comment.