From 11113c7aaaeb8957f262c2e673bdca5f3696aa35 Mon Sep 17 00:00:00 2001 From: nihui Date: Wed, 17 Oct 2018 19:10:18 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index eaa79e500..2b686d521 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,11 +22,8 @@ install: - pushd protobuf-3.5.1 && ./autogen.sh && ./configure --prefix=/usr && make -j2 && sudo make install && sudo ldconfig && popd script: - - mkdir build - - pushd build - - cmake -DCOVERAGE=1 .. + - cmake -DCOVERAGE=1 . - make -j2 - - popd after_success: - coveralls --root . -E ".*build.*" -E ".*protobuf.*"