From 50d0a20e5e6a7bf36757f5a15b281a4c467e27c8 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 6 Sep 2016 18:08:27 +0200 Subject: [PATCH] travis: Fixed spurious fi as reported --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60b5736..7ec3301 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 &&