Skip to content

Commit a005264

Browse files
Update .travis.yml
1 parent 0329019 commit a005264

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ jdk: oraclejdk8
44

55
before_deploy:
66
- ./gradlew clean
7-
- ./gradlew -Pversion=${TRAVIS_TAG:1} jar
8-
- ./gradlew -Pversion=${TRAVIS_TAG:1} jarWithDependencies
7+
- ./gradlew -Pversion=${TRAVIS_TAG:1} assemble
98
- cp pom.xml build/libs/trex-java-sdk-${TRAVIS_TAG:1}.pom
109

1110
deploy:

0 commit comments

Comments
 (0)