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 77b57ad commit 0adb5b7Copy full SHA for 0adb5b7
.travis_deploy.sh
@@ -1,7 +1,7 @@
1
PR=${TRAVIS_PULL_REQUEST:-${APPVEYOR_PULL_REQUEST_NUMBER:-false}}
2
BR=${TRAVIS_BRANCH:-${APPVEYOR_REPO_BRANCH}}
3
4
-if [[ $PR == "false" ]] && ( [[ "$BR" == "Cog" || "$BR" == "master" ]] ); then
+if [[ $PR == "false" ]]; then
5
echo "`cat .bintray.json | .git_filters/RevDateURL.smudge`" > .bintray.json
6
sed -i.bak 's/$Rev: \([0-9][0-9]*\) \$/\1/' .bintray.json
7
sed -i.bak 's/$Date: \(.*\) \$/\1/' .bintray.json
0 commit comments