Skip to content

Commit

Permalink
Updates the jdk for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh committed Oct 8, 2020
1 parent 4e00753 commit ef1dac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk8
- oraclejdk11
- openjdk8
install:
- mvn --settings .travis/settings.xml install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip -B -V
Expand All @@ -15,7 +15,7 @@ deploy:
on:
repo: sitture/fitnesse-quickstart
tags: true
jdk: oraclejdk8
jdk: oraclejdk11
env:
global:
- secure: OwbijiQml5DG28Npu+V5JO6L2g+0lW8QFY4H6qGuobHF8gkoNYFRhZaG5aPTE9OBkYcxzD5hvQ1cqgift/W87+g8qCtJFSkw7/6u2D05uBAp1jHbdHyJcEYeGk/U/3bpOlj9ZRwqb+GusoPzmJwoE+Uu2+htEd5/eSkXs+4LKW6R0OyIcYiLZJ8cjStcKAWmwELNqCldKDuLqEnzadS/D9C5nyGIorAdKFG/2MacfWvel0hFEwaGlxCUykIUv0HH2Sn295MSy2cBH3KJvOLrx95ls0DTBN6wnY9lXn7Y9NeKWZ3xmGQyHk4LNVzWE7z+X2GNLHTdwj5HCHYLT/SAGKE8wnDvdZwraeRzeGRjoTHQJhmux6T5ydtiheUSHggZT2OExK+JFqXbrLBCC8RWNbnVq8oYOvQ1sTOa9GIH4D1kFExZkO59A1AU3lJoSvpoJUItm3W3cfGnFuIS+r+RHoj1dsWtCM1w+aO1EDglTydnLyGhclOrZwJmXjXgLapds+cOekTeqRnAYmdGnve6UXqXCnGOAQij6NekDaYNLczAbNWsYs3ieEfEnNL5e88sKGQg4BQcFJl063T+46oBeoF8ll0qjfASErwlL0cI0cQU4AmWGalC0ApXUF0+sIhxAp1NZroM6bKgYfBsCA8fzrsJ6hvHyp4xEXu2w6F6Pvk=
Expand Down

0 comments on commit ef1dac5

Please sign in to comment.