travis: enable RUST_BACKTRACE

RUST_BACKTRACE=1 will help us a lot to debug unit tests when
a test is failing

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2020-09-21 15:48:02 -05:00 committed by Eric Ernst
parent 4b30001d1a
commit 89ade8f33d

View File

@ -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}"