You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2017/11/27 19:00:52 UTC

qpid-proton git commit: NO-JIRA: Small travis simplification - Use matrix better to avoid conditional

Repository: qpid-proton
Updated Branches:
  refs/heads/master 4bfe88233 -> 55afeabaf


NO-JIRA: Small travis simplification
- Use matrix better to avoid conditional


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/55afeaba
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/55afeaba
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/55afeaba

Branch: refs/heads/master
Commit: 55afeabaf4554ced2355d7f486afa282a8c3c466
Parents: 4bfe882
Author: Andrew Stitcher <as...@apache.org>
Authored: Mon Nov 27 13:54:59 2017 -0500
Committer: Andrew Stitcher <as...@apache.org>
Committed: Mon Nov 27 13:54:59 2017 -0500

----------------------------------------------------------------------
 .travis.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/55afeaba/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b6d6c7d..8eb658f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,8 @@ matrix:
   - os: linux
     env:
     - QPID_PROTON_CMAKE_ARGS='-DCMAKE_BUILD_TYPE=Coverage'
+    after_success:
+    - bash <(curl -s https://codecov.io/bash)
 
   - os: osx
     osx_image: xcode7.3
@@ -77,8 +79,3 @@ before_script:
 script:
 - cmake --build . --target install && ctest -V ${QPID_PROTON_CTEST_ARGS}
 
-after_success:
-- |
-    if [[ -d coverage_results ]]; then
-      bash <(curl -s https://codecov.io/bash)
-    fi


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org