Improve diagnostics for build hashes

This commit is contained in:
Yan-Fa Li 2018-12-25 16:40:53 -08:00 committed by Drashna Jaelre
parent 8e0444618f
commit ee1be3e5b5
2 changed files with 6 additions and 4 deletions

View file

@ -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: