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
parent cda7acf7da
commit 96f8769a99

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