Skip to content

Commit

Permalink
Format Travis CI inline script for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed May 17, 2019
1 parent c0eabc5 commit 7dc36dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dc36dd

Please sign in to comment.