diff options
| author | Yan-Fa Li | 2018-12-26 01:40:53 +0100 |
|---|---|---|
| committer | Drashna Jaelre | 2018-12-26 02:09:48 +0100 |
| commit | ee1be3e5b5a0259cc7d1c7a126ff7451acf3d6cb (patch) | |
| tree | bc3bd9286e527de4be71d330eb1485183fb77db2 /.travis.yml | |
| parent | 8e0444618fdf42301cce4467aea6de63bec3cfed (diff) | |
Improve diagnostics for build hashes
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7ff4060ab7..6cfc9e067e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ install: before_script: - avr-gcc --version script: +- git rev-parse --short HEAD - make test:all AUTOGEN=false - bash util/travis_build.sh - bash util/travis_docs.sh @@ -33,7 +34,7 @@ addons: - diffutils - dos2unix - doxygen -after_success: +after_success: bash util/travis_compiled_push.sh notifications: webhooks: |