Skip to content

Commit

Permalink
goveralls conf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauddri committed Jan 30, 2015
1 parent 41ad7f4 commit 0c81c15
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions algorithms/sorting/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: go

go:
- 1.3
- tip

before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi

script:
- $HOME/gopath/bin/goveralls -repo_token yQCmLFO8c8y5g3M0G87LXvtwGGVViUUlD
- go build -x -v ./...
- go test -x -v ./...

notifications:
email:
recipients:
- arnaud.drizard@gmail.com
on_success: change
on_failure: always

0 comments on commit 0c81c15

Please sign in to comment.