go v1.10 for travis

This commit is contained in:
Umputun
2018-05-22 02:13:29 -05:00
parent 10be03a0be
commit b325692279
+3 -1
View File
@@ -1,5 +1,8 @@
language: go
go:
- "1.10.x"
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
@@ -12,6 +15,5 @@ script:
- docker build .
after_success:
- cd app
- go test $(go list -e ./... | grep -v vendor) -covermode=count -coverprofile=coverage.out
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN