Skip to content

Commit

Permalink
ci: set RUST_BACKTRACE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Oct 3, 2018
1 parent 3f1899f commit 6b77acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ environment:
MTIME_CACHE_DB: $(APPVEYOR_BUILD_FOLDER)\mtime_cache.xml
CARGO_HOME: $(USERPROFILE)\.cargo
RUSTUP_HOME: $(USERPROFILE)\.rustup
RUST_BACKTRACE: 1
RELEASE_ARTIFACT: deno_win_x64.zip

# Appveyor uses 7zip to pack cache directories. We use these options:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
global:
- CARGO_HOME=$HOME/.cargo/
- RUSTUP_HOME=$HOME/.rustup/
- RUST_BACKTRACE=1
- HOMEBREW_PATH=$HOME/homebrew/
- DENO_BUILD_ARGS="use_custom_libcxx=false use_sysroot=false"
- DENO_BUILD_PATH=$HOME/out/Default
Expand Down

0 comments on commit 6b77acf

Please sign in to comment.