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 f7778d0 commit 226fa8eCopy full SHA for 226fa8e
.travis/setup-secrets.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
set -e
3
4
+source .travis/logger.sh
5
+source .travis/common-functions.sh
6
+
7
if [ "${TRAVIS_REPO_SLUG}" != "pmd/pmd" ] || [ "${TRAVIS_PULL_REQUEST}" != "false" ] || [ "${TRAVIS_SECURE_ENV_VARS}" != "true" ] || [ "${encrypted_5630fbebf057_iv}" = "" ]; then
8
echo "Not setting up secrets:"
9
echo " TRAVIS_REPO_SLUG=${TRAVIS_REPO_SLUG}"
0 commit comments