Browse Source

Bump travis to use go 11

Go apparently does not believe in compatible changes to
the linter
pull/252/head
Michael Kaye 7 years ago
parent
commit
9f5d211163
  1. 2
      .travis.yml

2
.travis.yml

@ -1,6 +1,6 @@
language: go
go:
- 1.7
- 1.11
install:
- go get github.com/constabulary/gb/...
- go get github.com/golang/lint/golint

Loading…
Cancel
Save