Skip to content

Commit b341ad4

Browse files
committed
Trim CI log size by removing verbose flag from cargo.
1 parent 516ef51 commit b341ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ before_script:
3535
- diesel migration run
3636
- psql -d $DATABASE_URL < githubuser-backup.pg
3737
script:
38-
- cargo build --verbose
39-
- cargo test --verbose
38+
- cargo build
39+
- cargo test
4040
before_deploy:
4141
- DATABASE_URL=$(heroku config:get DATABASE_URL -a rfcbot-rs) diesel migration run
4242
deploy:

0 commit comments

Comments
 (0)