Skip to content

Commit

Permalink
travis&coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
1xch committed Feb 18, 2015
1 parent 3db6d45 commit a900a9a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: false
language: go

go:
- 1.4
- tip

before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover

script:
- $HOME/gopath/bin/goveralls -repotoken vMwNMJDvRoqvrHy7LgyvP9Ov403PnivLy

0 comments on commit a900a9a

Please sign in to comment.