Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
creack committed Apr 20, 2014
1 parent e9b695a commit aa45da8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
language: go
go:
- 1.1.2
- 1.1.1
- 1.1
- 1.2
- 1.2.1
- tip

install:
- export PATH=$HOME/gopath/bin:$PATH
- go get code.google.com/p/go.tools/cmd/cover
- go get -v github.com/axw/gocov
- go install github.com/axw/gocov/gocov
- go get -v -d ./...
- go get github.com/mattn/goveralls

script:
- go test -v ./...
- gocov test -deps -exclude-goroot | gocov report
- go test -covermode=count -coverprofile=profile.cov
- goveralls -coverprofile=profile.cov -service=travis-ci

0 comments on commit aa45da8

Please sign in to comment.