Skip to content

Commit

Permalink
travis: Add golang 1.7 and drop golang 1.5 support. (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi authored and davecgh committed Aug 17, 2016
1 parent 2de61b2 commit 8c8d445
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
@@ -1,13 +1,11 @@
language: go
go:
- 1.5.3
- 1.6
- 1.6.3
- 1.7
sudo: false
before_install:
- gotools=golang.org/x/tools
install:
- go get -d -t -v ./...
- go get -v $gotools/cmd/cover
- go get -v golang.org/x/tools/cmd/cover
- go get -v github.com/bradfitz/goimports
- go get -v github.com/golang/lint/golint
script:
Expand Down

0 comments on commit 8c8d445

Please sign in to comment.