Skip to content

Commit

Permalink
change GOGC to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Aug 5, 2019
1 parent b51920a commit 76505e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ matrix:
- go: tip
include:
- name: "make lint"
script: GOGC=15 make lint
script: GOGC=20 make lint
- name: "make test"
script: make test
- name: "make website-lint"
Expand Down

0 comments on commit 76505e5

Please sign in to comment.