From 92c9c163f4df33ffcdc9e9c872bf0604abedc079 Mon Sep 17 00:00:00 2001 From: Konrad Grochowski Date: Tue, 16 Sep 2014 20:19:56 +0200 Subject: [PATCH] THRIFT-2711 - proper build result returned from Travis Travis will properly mark build as failed --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 93f0a0348eb..63ae8014511 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,8 +49,8 @@ matrix: - sh contrib/installCXXDependencies.sh; script: - make check -j4; - - mkdir build_native && cd build_native && cmake ../compiler/cpp/ && make -j4; cd ..; - - mkdir build_mingw32 && cd build_mingw32 && cmake -DCMAKE_TOOLCHAIN_FILE=../contrib/mingw32-toolchain.cmake ../compiler/cpp/ && make -j4; cd ..; + - mkdir build_native && cd build_native && cmake ../compiler/cpp/ && make -j4 && cd ..; + - mkdir build_mingw32 && cd build_mingw32 && cmake -DCMAKE_TOOLCHAIN_FILE=../contrib/mingw32-toolchain.cmake ../compiler/cpp/ && make -j4 && cd ..; - compiler: clang env: CONFIG="--disable-libs"