Skip to content
Snippets Groups Projects
Commit 0ee9a03b authored by Emmanuel Gil Peyrot's avatar Emmanuel Gil Peyrot Committed by Camilla Löwy
Browse files

Check for trailing whitespace in Travis

Closes #1133.
parent c3cba58a
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ matrix:
- os: osx
env: BUILD_SHARED_LIBS=OFF
script:
- 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 wget https://mirrors.kernel.org/ubuntu/pool/universe/e/extra-cmake-modules/extra-cmake-modules_5.38.0a-0ubuntu1_amd64.deb; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment