Skip to content

Commit

Permalink
Add travis-ci build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DennyLoko committed Jul 8, 2016
1 parent 9a6fa48 commit 68556e6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: go
sudo: false
go:
- 1.4
- 1.5
- 1.6
- tip

script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=coverage.out

after_success:
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken ujDHE2bWzb8zOE54D1OcC5gXxmX6sO8yt

0 comments on commit 68556e6

Please sign in to comment.