Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Update .travis.yml for Go 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhevron committed Dec 12, 2014
1 parent bbaa632 commit 3970941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ language: go
go:
- 1.2
- 1.3
- 1.4

install:
- go get code.google.com/p/go.tools/cmd/cover
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get gopkg.in/check.v1

Expand Down

0 comments on commit 3970941

Please sign in to comment.