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 c323aea commit 144e082Copy full SHA for 144e082
.travis.yml
@@ -12,12 +12,8 @@ env:
12
# - mysql -e "create database ktorm;"
13
# - psql -c "create database ktorm;" -U postgres
14
15
-before_install:
16
- - echo $TEST_MULTI_LINES
17
-
18
after_success:
19
- - chmod +x auto-upload.sh
20
- - ./auto-upload.sh
+ - ./gradlew publishDistPublicationToSnapshotRepository
21
22
before_cache:
23
- rm -f "${HOME}/.gradle/caches/modules-2/modules-2.lock"
auto-upload.sh
0 commit comments