We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d68972b + 22c2621 commit b20aa82Copy full SHA for b20aa82
.travis.yml
@@ -1,10 +1,14 @@
1
+dist: bionic
2
language: go
3
+
4
go:
- - 1.11.x
5
+ - "1.11.x"
6
+ - "1.12.x"
7
+ - "1.13.x"
8
9
branches:
10
only:
- - master
11
+ - master
12
13
after_success:
14
# only report coverage for go-version 1.11
go.mod
@@ -31,4 +31,4 @@ require (
31
)
32
33
// Remove this when we stop using gometalinter and kingpin
34
-replace github.com/nicksnyder/go-i18n => github.com/nicksnyder/go-i18n v1.10.1
+replace github.com/nicksnyder/go-i18n => github.com/nicksnyder/go-i18n v1.10.1
0 commit comments