Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borgogelli authored Nov 20, 2020
1 parent c6c887b commit 98ad4ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jdk: # see https://docs.travis-ci.com/user/reference/bionic/#jvm-clojure-groovy-
# - openjdk16 # error: package Pack200 does not exist

env: # see https://docs.travis-ci.com/user/environment-variables/
- TRAVIS_TAG_VERSION="1.8.6.1"
- TRAVIS_TAG="getdown-1.8.6.1"
- TRAVIS_VERSION="1.8.6.1" TRAVIS_TAG="getdown-${TRAVIS_VERSION}"

install: true # Without that statement, Travis will run 'mvn install' on pom.xml before the script step.

Expand Down

0 comments on commit 98ad4ec

Please sign in to comment.