travis: Fixed spurious fi as reported
This commit is contained in:
parent
02bb993419
commit
50d0a20e5e
1 changed files with 1 additions and 4 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Add table
Reference in a new issue