Skip to content

Commit 5e86f7b

Browse files
committed
Disable debug info on CI
This is an attempt to further decrease the cache size on CI.
1 parent f1afb8f commit 5e86f7b

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
@@ -21,6 +21,7 @@ env:
2121
- PERCY_PROJECT=crates-io/crates.io
2222
- PGPORT=5433
2323
- PATH=$HOME/.cargo/bin:$PATH
24+
- RUSTFLAGS="-C debuginfo=0"
2425

2526
install:
2627
- sudo cp /etc/postgresql/10/main/pg_hba.conf /etc/postgresql/11/main/pg_hba.conf

0 commit comments

Comments
 (0)