Add c++11 build to the Travis matrix.

This commit is contained in:
deki
2015-09-07 18:23:25 -04:00
parent f570b27e15
commit 517b3bdc29
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ cmake -Dgtest_build_samples=ON \
-Dgmock_build_samples=ON \
-Dgtest_build_tests=ON \
-Dgmock_build_tests=ON \
-DCMAKE_CXX_FLAGS=$CXX_FLAGS \
../../$GTEST_TARGET
make
make test