Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Commit 84e4086

Browse files
committed
travis: set Go versions
1 parent 4bb9f34 commit 84e4086

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ env:
55
- CODECOV_TOKEN="2d448476-b34b-4e7e-a7f7-5fe9b1806366"
66
script: go test --race --coverprofile=coverage.txt --covermode=atomic ./...
77
after_success: bash <(curl -s https://codecov.io/bash)
8+
go:
9+
- 1.13.x
10+
- 1.14.x

0 commit comments

Comments
 (0)