Skip to content

Commit e167cd5

Browse files
author
Atte Kojo
authored
Chore: Update travis build matrix (#37)
- Remove go versions prior to 1.13 - Add version 1.15
1 parent 3a99ef0 commit e167cd5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Diff for: .travis.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
language: go
22

33
go:
4-
- 1.10.x
5-
- 1.11.x
6-
- 1.12.x
74
- 1.13.x
85
- 1.14.x
9-
10-
matrix:
11-
fast_finish: true
12-
include:
13-
- go: 1.13.x
14-
env: GO111MODULE=on
6+
- 1.15.x
157

168
script:
179
- go test -coverprofile=coverage.txt -covermode=atomic

0 commit comments

Comments
 (0)