Skip to content

Commit

Permalink
Travis added
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauddri committed Jan 30, 2015
1 parent 01488aa commit f697feb
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
- 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 f697feb

Please sign in to comment.