Skip to content

Commit

Permalink
travis: update go version to 1.12
Browse files Browse the repository at this point in the history
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
  • Loading branch information
fujita committed Mar 24, 2019
1 parent 04843ab commit a611916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a611916

Please sign in to comment.