travis: Fixed spurious fi as reported

This commit is contained in:
Snaipe 2016-09-06 18:08:27 +02:00
parent 02bb993419
commit 50d0a20e5e

View file

@ -28,10 +28,7 @@ matrix:
- compiler: uncrustify
language: cpp
before_install:
- >
if [[ "$TRAVIS_PULL_REQUEST" == false ]]; then
exit 0
fi
- if [[ "$TRAVIS_PULL_REQUEST" == false ]]; then exit 0; fi
- |
git clone https://github.com/uncrustify/uncrustify /tmp/uncrustify &&
pushd /tmp/uncrustify &&