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 51fcdce commit 9f715d0Copy full SHA for 9f715d0
.travis.yml
@@ -17,7 +17,7 @@ matrix:
17
os: linux
18
19
before_install:
20
- - if [ "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_REPO_SLUG" = "eclipse/paho.mqtt.c" ]; then export DEPLOY=true; fi
+ # - if [ "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_REPO_SLUG" = "eclipse/paho.mqtt.c" ]; then export DEPLOY=true; fi
21
- if [ "$DEPLOY" = "true" ]; then ./travis-setup-deploy.sh; fi
22
- ./travis-install.sh
23
0 commit comments