Skip to content

Commit 66b3eaa

Browse files
committed
Fixed bug in CI
Removed unnecessary task from Travis CI build configuration
1 parent adfadc7 commit 66b3eaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ script:
2121
# To validate changes, we run building and bintray upload in dry run. This happens on every build, even PRs.
2222
# To publish, we perform github release and perform bintray upload (no dry run). This only for main branch builds.
2323
- >
24-
./gradlew resolveVersion
25-
&& ./gradlew build bintrayUpload -PbintrayDryRun
24+
./gradlew build bintrayUpload -PbintrayDryRun
2625
&& if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "release/1.x" ];
2726
then ./gradlew bintrayUpload githubRelease; fi

0 commit comments

Comments
 (0)