Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/go-i18n.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Snyder <nickdsnyder@gmail.com>2019-05-02 07:52:36 +0300
committerGitHub <noreply@github.com>2019-05-02 07:52:36 +0300
commit7e9faa09ba5f95956050a16ed56e8d9399a9d62b (patch)
tree2c17538173d1e82320d1fe49d26c21233dbde187
parent7e1988a89e00f7a4fd5c0b0de8f0e15d546df5ec (diff)
go 1.12
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d81c9c9..8d1a79d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ matrix:
env: PKG='./i18n/... ./goi18n/...'
- go: 1.9.x
env: PKG='./...'
- - go: 1.11.x
+ - go: 1.12.x
env: PKG='./...' COVER='-coverprofile=coverage.txt -covermode=count'
install: