mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
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:
parent
cda7acf7da
commit
96f8769a99
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user