1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

travis: fix bash syntax bug in trigger-travis.sh

This commit is contained in:
matejcik 2018-05-07 13:36:55 +02:00
parent 76fea5afc4
commit b156ec9757

View File

@ -12,7 +12,7 @@ if [ "$TRAVIS_REPO_SLUG" != "$SOURCE" ]; then
exit 0;
fi
if [ "$TRAVIS_PULL_REQUEST" != "false"]; then
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
echo "not triggering from pull requests"
exit 0;
fi