summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2019-03-24 22:28:37 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2019-03-25 08:00:28 +0900
commita61191604194e0ab1a4500ba57ecbec5de88b2e3 (patch)
treef9cfeef1f8eb3fe655de1a874cdfdd5ba40239b2
parent04843ab5032cb6f8edebf1226acc9ba78c5ff1e2 (diff)
travis: update go version to 1.12
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e7592bae..68c06df4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: go
_dep_ensure: &_dep_ensure
- go: "1.11"
+ go: "1.12"
before_install: go get -u github.com/golang/dep/cmd/dep
install: $GOPATH/bin/dep ensure
@@ -62,11 +62,11 @@ matrix:
- <<: *_unittest
env:
- DESCRIPTION="Unit Tests"
- go: 1.11
+ go: "1.12"
- <<: *_unittest
env:
- DESCRIPTION="Tests + goreleaser + cover"
- go: "1.11"
+ go: "1.12"
script:
- go test $(go list ./... | grep -v '/vendor/') -coverprofile=coverage.txt -covermode=atomic
after_success: