You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/10/23 16:36:22 UTC

[20/50] [abbrv] qpid-proton git commit: NO-JIRA: Travis config: don't run build if cmake fails, don't run tests if build fails.

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 <ac...@redhat.com>
Authored: Mon Oct 12 11:42:37 2015 -0400
Committer: Alan Conway <ac...@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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org