Add tiny comment change to trigger Travis.

This commit is contained in:
Patrick Johnmeyer 2015-07-14 20:49:26 -05:00
parent ab716658dc
commit 67013d4b88

View file

@ -12,7 +12,7 @@ env:
# Run cmake to generate makefiles in 'builds' directory.
# No need to create it because it's part of the repo.
# Pass along configuration type to cmake
# Pass along configuration type to cmake.
before_script:
- cd builds && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=$CONFIGURATION ../ && cd ..