Skip to content

Commit edd64d0

Browse files
committed
Add MALLOC_CONF to CI to match production
1 parent da4ede8 commit edd64d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ env:
2828
- PGPORT=5433
2929
- PATH=$HOME/.cargo/bin:$PATH
3030
- RUSTFLAGS="-C debuginfo=0 -D warnings"
31+
- MALLOC_CONF=background_thread:true,abort_conf:true
3132

3233
install:
3334
- sudo cp /etc/postgresql/10/main/pg_hba.conf /etc/postgresql/11/main/pg_hba.conf

0 commit comments

Comments
 (0)