Skip to content

Commit

Permalink
Fix Travis by upgrading to Go 1.6 (which includes cover)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrilly committed Mar 21, 2016
1 parent 5d88fd7 commit 2d077d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ sudo: false

language: go
go:
- 1.3.1
- 1.6

env:
global:
- PATH=$HOME/gopath/bin:$PATH

before_install:
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/tools/godep
- godep restore

Expand Down

0 comments on commit 2d077d9

Please sign in to comment.