Skip to content

Commit

Permalink
.travis.yml: remove go 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
judwhite committed Feb 5, 2017
1 parent 5a7c10c commit 52e9762
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: go
sudo: false

go:
- 1.5
- 1.6
- 1.7
- tip
Expand All @@ -11,9 +10,6 @@ matrix:
allow_failures:
- go: tip

env:
- GO15VENDOREXPERIMENT=1

before_install:
- go get -u -v github.com/kisielk/errcheck
- go get -u -v github.com/golang/lint/golint
Expand Down

0 comments on commit 52e9762

Please sign in to comment.