We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b657e0 commit df9001cCopy full SHA for df9001c
.buildscript/deploy_snapshot.sh
@@ -9,6 +9,8 @@ SLUG="square/okhttp"
9
JDK="oraclejdk8"
10
BRANCH="master"
11
12
+set -e
13
+
14
if [ "$TRAVIS_REPO_SLUG" != "$SLUG" ]; then
15
echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$TRAVIS_REPO_SLUG'."
16
elif [ "$TRAVIS_JDK_VERSION" != "$JDK" ]; then
0 commit comments