Skip to content

Commit 883b3ab

Browse files
committed
Suppress sql log spew in CI.
1 parent 542abc0 commit 883b3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
before_script:
3434
- diesel setup
3535
- diesel migration run
36-
- psql -d $DATABASE_URL < githubuser-backup.pg
36+
- psql -q -d $DATABASE_URL < githubuser-backup.pg
3737
script:
3838
- cargo build
3939
- cargo test

0 commit comments

Comments
 (0)