NO-JIRA: Travis config: don't run build if cmake fails, don't run tests if build fails.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6859fa30 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6859fa30 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/6859fa30 Branch: refs/heads/go1 Commit: 6859fa30722cd5e1c602cda0415c689781f3c903 Parents: bd698ee Author: Alan Conway <acon...@redhat.com> Authored: Mon Oct 12 11:42:37 2015 -0400 Committer: Alan Conway <acon...@redhat.com> Committed: Mon Oct 12 12:38:48 2015 -0400 ---------------------------------------------------------------------- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6859fa30/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8bbeb2b..3708db0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,8 @@ install: - gem install minitest --version 4.7.0 before_script: - export PATH=${HOME}/.local/bin:${PATH} -script: - mkdir Build - cd Build - cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install -- cmake --build . --target install -- ctest -V +script: +- cmake --build . --target install && ctest -V --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org