Repository: qpid-proton Updated Branches: refs/heads/master d22f124b0 -> 6aefc4d23
NO-JIRA: revert temporary workaround for PROTON-1453 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6aefc4d2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6aefc4d2 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/6aefc4d2 Branch: refs/heads/master Commit: 6aefc4d2338ba5c91080665eb13f1740407edeb4 Parents: d22f124 Author: Ken Giusti <[email protected]> Authored: Fri Mar 31 10:10:22 2017 -0400 Committer: Ken Giusti <[email protected]> Committed: Thu Apr 6 15:07:06 2017 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6aefc4d2/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c556ece..49e44da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,6 @@ before_script: - export PATH=${HOME}/.local/bin:${PATH} - mkdir Build - cd Build -- cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install -DTOX_ENVLIST="py26,py27,py35" +- cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install script: - cmake --build . --target install && ctest -V --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
