Skip to content

Commit 9f715d0

Browse files
author
Ian Craggs
committed
Stop Travis deploy which is not working
1 parent 51fcdce commit 9f715d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
os: linux
1818

1919
before_install:
20-
- if [ "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_REPO_SLUG" = "eclipse/paho.mqtt.c" ]; then export DEPLOY=true; fi
20+
# - if [ "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_REPO_SLUG" = "eclipse/paho.mqtt.c" ]; then export DEPLOY=true; fi
2121
- if [ "$DEPLOY" = "true" ]; then ./travis-setup-deploy.sh; fi
2222
- ./travis-install.sh
2323

0 commit comments

Comments
 (0)