diff --git a/.travis.yml b/.travis.yml index 2bac58b583..672c209d64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,9 @@ dist: bionic os: linux language: go go: 1.14.4 -env: target_branch=$TRAVIS_BRANCH +env: + - target_branch=$TRAVIS_BRANCH + - RUST_BACKTRACE=1 before_install: - git remote set-branches --add origin "${TRAVIS_BRANCH}"