Skip to content

Commit

Permalink
Compile release versions against Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jun 28, 2020
1 parent c3a7a11 commit 5a97a60
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
Expand Up @@ -31,13 +31,13 @@ deploy:
- api/target/librespot-api-sources.jar
on:
repo: librespot-org/librespot-java
jdk: 'openjdk11'
jdk: 'openjdk8'
tags: true
- provider: script
script: mvn deploy --settings .maven.xml -B -U -Prelease
on:
repo: librespot-org/librespot-java
jdk: 'openjdk11'
jdk: 'openjdk8'
all_branches: true
condition: $TRAVIS_BRANCH = "master" || $TRAVIS_BRANCH = "dev"

Expand Down

0 comments on commit 5a97a60

Please sign in to comment.