Skip to content

Commit

Permalink
Drop Go <1.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 17, 2017
1 parent ec17cf4 commit 2ee3ec5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
@@ -1,7 +1,5 @@
language: go
go:
- '1.5'
- '1.6'
- '1.7'
- 'tip'

Expand All @@ -10,6 +8,6 @@ before_install:
- go get github.com/kardianos/govendor

script:
- GO15VENDOREXPERIMENT=1 govendor sync
- GO15VENDOREXPERIMENT=1 govendor install
- GO15VENDOREXPERIMENT=1 goveralls -service=travis-ci
- govendor sync
- govendor install
- goveralls -service=travis-ci

0 comments on commit 2ee3ec5

Please sign in to comment.