From 67013d4b88fdb7af7e7f20953771556f58e2e563 Mon Sep 17 00:00:00 2001 From: Patrick Johnmeyer Date: Tue, 14 Jul 2015 20:49:26 -0500 Subject: [PATCH] Add tiny comment change to trigger Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64fb7c7..4a44b0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ..