This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/master by this push: new d31f4d8 DISPATCH-1631: dont install the router when building, catch broken tests that require it d31f4d8 is described below commit d31f4d89c7fc06e39a1e75ad4717005f6dc3bbf2 Author: Robbie Gemmell <rob...@apache.org> AuthorDate: Thu Apr 30 11:36:34 2020 +0100 DISPATCH-1631: dont install the router when building, catch broken tests that require it --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a690134..65036bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,7 +107,8 @@ before_script: - mkdir build - pushd build - cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${DISPATCH_CMAKE_ARGS} -- cmake --build . --target install -- -j $NPROC +- . config.sh +- make -j $NPROC script: - pushd ../qpid-proton --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org