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 488f883 commit 04d2915Copy full SHA for 04d2915
.buildscript/deploy_snapshot.sh
@@ -22,6 +22,6 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
22
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
23
else
24
echo "Deploying snapshot..."
25
- ./gradlew clean uploadArchives
+ ./gradlew clean build uploadArchives
26
echo "Snapshot deployed!"
27
fi
.travis.yml
@@ -15,8 +15,8 @@ install: true
15
script: ./gradlew clean build
16
17
after_success:
18
- - codecov
19
- .buildscript/deploy_snapshot.sh
+ - codecov
20
21
env:
global:
0 commit comments