From 330f63298d489de12c10d14e4f2f8627969cd191 Mon Sep 17 00:00:00 2001 From: Mike Crowe Date: Mon, 13 Jul 2020 17:23:18 +0100 Subject: [PATCH] travis: Report commit that is being built Although the Travis user interface displays the hash it thinks it is building, I'm not convinced that the test machine itself is guaranteed to be building the right one. Let's emit the full log message for the HEAD commit before starting the build so we can be sure. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 572f6e0..440ee0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ addons: packages: ninja-build libboost-dev libboost-system-dev libboost-thread-dev libboost-chrono-dev script: + - git log -1 - mkdir -p travis-build - cd travis-build - ccache -s