aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2016-06-28 10:47:48 -0400
committerGitHub <noreply@github.com>2016-06-28 10:47:48 -0400
commit81345850725f06b0c36c96fb8c8bccd0b0f57e50 (patch)
tree78dc3333324f2548415c084a181b44cc490f66bc /travis.sh
parent10799abad25aa9ec7dcd08d9a46cad093f8bb074 (diff)
parent43c0ae3375361107286d92e71dc043ae522e7ee4 (diff)
downloadgoogletest-81345850725f06b0c36c96fb8c8bccd0b0f57e50.tar.gz
googletest-81345850725f06b0c36c96fb8c8bccd0b0f57e50.tar.bz2
googletest-81345850725f06b0c36c96fb8c8bccd0b0f57e50.zip
Merge pull request #723 from KindDragon/master
Run MSVC tests on AppVeyor
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 20fe3e39..bdecbd96 100755
--- a/travis.sh
+++ b/travis.sh
@@ -12,4 +12,4 @@ cmake -Dgtest_build_samples=ON \
-DCMAKE_CXX_FLAGS=$CXX_FLAGS \
../../$GTEST_TARGET
make
-make test
+CTEST_OUTPUT_ON_FAILURE=1 make test