diff options
author | ZyX <kp-pav@yandex.ru> | 2015-08-13 23:57:09 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-05 13:46:13 +0300 |
commit | 2a6da37a030a2b7d821c53702af6b8c36d4876b2 (patch) | |
tree | ff76bf1b521359f13d18748850ecc6bb63d62b88 | |
parent | 7be75a02917b40e5791e3f98d177f833a348df35 (diff) | |
download | rneovim-2a6da37a030a2b7d821c53702af6b8c36d4876b2.tar.gz rneovim-2a6da37a030a2b7d821c53702af6b8c36d4876b2.tar.bz2 rneovim-2a6da37a030a2b7d821c53702af6b8c36d4876b2.zip |
travis: Use gtest for busted output type
Current busted output type does not allow determining failing test.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f790c715ab..793053433f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ env: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH=$INSTALL_PREFIX -DUSE_GCOV=ON - -DBUSTED_OUTPUT_TYPE=plainTerminal + -DBUSTED_OUTPUT_TYPE=gtest -DDEPS_PREFIX=$DEPS_BUILD_DIR/usr" - DEPS_CMAKE_FLAGS="-DDEPS_DOWNLOAD_DIR:PATH=$DEPS_DOWNLOAD_DIR" # Additional CMake flags for 32-bit builds. |