summaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authordeki <deki@google.com>2015-09-07 22:23:25 (GMT)
committerdeki <deki@google.com>2015-09-07 22:23:25 (GMT)
commit517b3bdc29d0ee9289443b56c981f52bd67d4f76 (patch)
tree518e53ee452b85a1967040d7846083bd97008320 /travis.sh
parentf570b27e15a4e921d59495622a82277a3e1e8f87 (diff)
downloadgoogletest-517b3bdc29d0ee9289443b56c981f52bd67d4f76.zip
googletest-517b3bdc29d0ee9289443b56c981f52bd67d4f76.tar.gz
googletest-517b3bdc29d0ee9289443b56c981f52bd67d4f76.tar.bz2
Add c++11 build to the Travis matrix.refs/pull/582/head
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index 6d381e9..20fe3e3 100755
--- a/travis.sh
+++ b/travis.sh
@@ -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