This is an automated email from the ASF dual-hosted git repository.
kgiusti 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 fff63d1 NO-JIRA: update Travis with latest Proton (0.29.0)
fff63d1 is described below
commit fff63d12cb5937ae07bd0d69b08e15457c40fa64
Author: Kenneth Giusti <[email protected]>
AuthorDate: Wed Aug 21 10:57:30 2019 -0400
NO-JIRA: update Travis with latest Proton (0.29.0)
This closes #553
---
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 5313f4b..aa62cde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,8 @@ language: c
cache: ccache
env:
- PROTON_VERSION=master BUILD_TYPE=Debug
- - PROTON_VERSION=0.28.0 BUILD_TYPE=Coverage
- - PROTON_VERSION=0.28.0 BUILD_TYPE=RelWithDebInfo
+ - PROTON_VERSION=0.29.0 BUILD_TYPE=Coverage
+ - PROTON_VERSION=0.29.0 BUILD_TYPE=RelWithDebInfo
addons:
apt:
@@ -65,7 +65,7 @@ before_script:
- source qpid-proton/build/config.sh
- mkdir build
- pushd build
-- cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DUSE_VALGRIND=NO
-DCMAKE_BUILD_TYPE=${BUILD_TYPE}
+- cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DUSE_VALGRIND=NO
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DDISPATCH_TEST_TIMEOUT=600
- cmake --build . --target install
script:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]