File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ language: java
22
33before_install :
44 - chmod +x .travis/*.sh
5- - .travis/load_gpg.sh
6-
7- install :
8- - mvn clean install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
5+ - echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
6+ - echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
97
108script :
11- - .travis/script.sh
9+ - mvn clean test -Pdebug -B -U -Dgpg.skip -Dmaven.javadoc.skip=true
10+
11+ after_script :
12+ - mvn deploy --settings .maven.xml -B -U -Prelease
1213
1314before_deploy :
1415 - mvn help:evaluate -N -Dexpression=project.version|grep -v '\['
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >xyz.gianlu.librespot</groupId >
77 <artifactId >librespot-java</artifactId >
8- <version >1.2.2 </version >
8+ <version >1.3.0-SNAPSHOT </version >
99 <relativePath >../</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >xyz.gianlu.librespot</groupId >
77 <artifactId >librespot-java</artifactId >
8- <version >1.2.2 </version >
8+ <version >1.3.0-SNAPSHOT </version >
99 <relativePath >../</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >xyz.gianlu.librespot</groupId >
77 <artifactId >librespot-java</artifactId >
8- <version >1.2.2 </version >
8+ <version >1.3.0-SNAPSHOT </version >
99 <relativePath >../</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <groupId >xyz.gianlu.librespot</groupId >
66 <artifactId >librespot-java</artifactId >
77 <packaging >pom</packaging >
8- <version >1.2.2 </version >
8+ <version >1.3.0-SNAPSHOT </version >
99
1010 <name >librespot-java</name >
1111 <description >Java port of librespot, the Open Source Spotify client library</description >
You can’t perform that action at this time.
0 commit comments