From 73a3ef86dbabf082b87159fd7c6d5ae43634e24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Fri, 17 May 2019 16:31:42 +0200 Subject: [PATCH] Format Travis CI inline script for readability (cherry picked from commit 7dc36dd7da89abeda5181b6506f79842f813a296) --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 864869dd..0096210a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,7 +83,10 @@ matrix: - BUILD_SHARED_LIBS=OFF - CFLAGS=-Werror script: - - if grep -Inr '\s$' src include docs tests examples CMake *.md .gitattributes .gitignore; then echo Trailing whitespace found, aborting.; exit 1; fi + - if grep -Inr '\s$' src include docs tests examples CMake *.md .gitattributes .gitignore; then + echo Trailing whitespace found, aborting; + exit 1; + fi - mkdir build - cd build - if test -n "${USE_WAYLAND}"; then