Skip to content

Commit 133e012

Browse files
committed
sync env vars between appveyor and travis
1 parent bf846a6 commit 133e012

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ branches:
3838
env:
3939
global:
4040
- RUST_TEST_NOCAPTURE=1
41+
- RUST_BACKTRACE=1

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
build: false
2626

2727
test_script:
28-
- set RUSTFLAGS=-g
28+
- set RUST_TEST_NOCAPTURE=1
2929
- set RUST_BACKTRACE=1
3030
# Build miri
3131
- cargo build --release --all-features --all-targets

0 commit comments

Comments
 (0)