Skip to content

Commit 323c094

Browse files
authored
Reduce parallel test amount from 2 to 8
1 parent 0500aae commit 323c094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ go:
55
- 1.8
66
- 1.9
77

8-
script: travis_retry go test ./... -v -parallel 8
8+
script: travis_retry go test ./... -v -parallel 2

0 commit comments

Comments
 (0)