Fix for travis.

This commit is contained in:
James Goppert
2016-01-24 00:00:22 -05:00
parent faee66273b
commit b9bfadb0cc
+1 -1
View File
@@ -3,7 +3,7 @@ sudo: false
install:
- pip install --user cpp-coveralls
script:
- cmake -DCMAKE_BUILD_TYPE=Profile -DTEST=ON .
- cmake -DCMAKE_BUILD_TYPE=Profile -DTEST=ON -DFORMAT=ON .
- make
- make check_format
- ctest -V