Skip to content

Commit b20aa82

Browse files
authored
Merge pull request #113 from chenrui333/go-1.13
Update to golang v1.13
2 parents d68972b + 22c2621 commit b20aa82

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
dist: bionic
12
language: go
3+
24
go:
3-
- 1.11.x
5+
- "1.11.x"
6+
- "1.12.x"
7+
- "1.13.x"
48

59
branches:
610
only:
7-
- master
11+
- master
812

913
after_success:
1014
# only report coverage for go-version 1.11

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ require (
3131
)
3232

3333
// Remove this when we stop using gometalinter and kingpin
34-
replace github.com/nicksnyder/go-i18n => github.com/nicksnyder/go-i18n v1.10.1
34+
replace github.com/nicksnyder/go-i18n => github.com/nicksnyder/go-i18n v1.10.1

0 commit comments

Comments
 (0)