We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a7a11 commit 5a97a60Copy full SHA for 5a97a60
1 file changed
.travis.yml
@@ -31,13 +31,13 @@ deploy:
31
- api/target/librespot-api-sources.jar
32
on:
33
repo: librespot-org/librespot-java
34
- jdk: 'openjdk11'
+ jdk: 'openjdk8'
35
tags: true
36
- provider: script
37
script: mvn deploy --settings .maven.xml -B -U -Prelease
38
39
40
41
all_branches: true
42
condition: $TRAVIS_BRANCH = "master" || $TRAVIS_BRANCH = "dev"
43
0 commit comments