Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 470aafbe6 -> 92d54a0dd


DISPATCH-862 - Added an echo statement to print out the sha of the proton 
commit being used


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/92d54a0d
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/92d54a0d
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/92d54a0d

Branch: refs/heads/master
Commit: 92d54a0dd650ddc57bc09c5f7955c816f047c949
Parents: 470aafb
Author: Ganesh Murthy <gmur...@redhat.com>
Authored: Tue Oct 31 09:16:48 2017 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Wed Nov 1 12:50:31 2017 -0400

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/92d54a0d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b7514f8..a246b5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,6 +62,9 @@ before_script:
 - cmake --build . --target install
 
 script:
+- pushd ../qpid-proton
+- echo $(echo "Current proton checkout:") $(git rev-parse HEAD)
+- popd
 - ctest -V
 - popd
 - mvn apache-rat:check


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

Reply via email to