Skip to content

Commit

Permalink
Add go1.4; fix cover path for real.
Browse files Browse the repository at this point in the history
  • Loading branch information
lavalamp committed Dec 12, 2014
1 parent 244d55b commit aca3a96
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
@@ -1,11 +1,12 @@
language: go

go:
- 1.4
- 1.3
- 1.2

install:
- go get code.google.com/p/go.tools/cmd/cover
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- ./hack/travis/install-etcd.sh
- ./hack/verify-gofmt.sh
- ./hack/verify-boilerplate.sh
Expand Down

0 comments on commit aca3a96

Please sign in to comment.