Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Commit 6974f52

Browse files
committed
Turn debug logging on in CI
except for benchmarks
1 parent 1dd1343 commit 6974f52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ env:
1515
# Latest nightly does not work in manylinux container
1616
- RUSTCSV_RUST_VERSION=nightly-2019-01-09
1717
- RUSTCSV_BUILD_DEBUG=False
18+
- RUSTCSV_LOG=debug
19+
- RUST_BACKTRACE=1
1820

1921
before_install:
2022
- pip install --upgrade pip
@@ -46,6 +48,7 @@ jobs:
4648
name: run benchmark-full
4749
script: make benchmark-full
4850
env:
51+
- RUSTCSV_LOG=error
4952
- TARGET=benchmark-full
5053

5154
# manylinux cp35

0 commit comments

Comments
 (0)