diff --git a/.travis.yml b/.travis.yml index 999b07c..d74142b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,14 @@ +dist: bionic language: go + go: - - 1.11.x + - "1.11.x" + - "1.12.x" + - "1.13.x" branches: only: - - master + - master after_success: # only report coverage for go-version 1.11 diff --git a/go.mod b/go.mod index 017bfc1..ab13070 100644 --- a/go.mod +++ b/go.mod @@ -31,4 +31,4 @@ require ( ) // Remove this when we stop using gometalinter and kingpin -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 \ No newline at end of file