1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00

ci: use RUST_BACKTRACE=full

This commit is contained in:
Ryan Dahl 2019-01-02 11:39:26 -05:00
parent 66a603cb73
commit a7271b7fe5
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ environment:
RUST_DIR: $(USERPROFILE)\rust
CARGO_HOME: $(RUST_DIR)\cargo
RUSTUP_HOME: $(RUST_DIR)\rustup
RUST_BACKTRACE: 1
RUST_BACKTRACE: full
RUSTC_WRAPPER: sccache
SCCACHE_BUCKET: deno-sccache
AWS_ACCESS_KEY_ID: AKIAIVRN52PLDBP55LBQ

View file

@ -7,7 +7,7 @@ env:
global:
- CARGO_HOME=$TRAVIS_BUILD_DIR/third_party/rust_crates/
- RUSTUP_HOME=$HOME/.rustup/
- RUST_BACKTRACE=1
- RUST_BACKTRACE=full
- CARGO_TARGET_DIR=$HOME/target
- PATH=$TRAVIS_BUILD_DIR/third_party/llvm-build/Release+Asserts/bin:$CARGO_HOME/bin:$PATH
- RUSTC_WRAPPER=sccache