Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeantet committed Feb 12, 2017
1 parent 0d363e4 commit d5f6117
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: go
install:
- go get -v golang.org/x/tools/cmd/cover
- go get -v github.com/stretchr/testify/assert
script:
- go test -v -tags=testcgo -covermode=count -coverprofile=profile.cov
after_success:
- go get -v github.com/mattn/goveralls
- export PATH=$PATH:$HOME/gopath/bin
- goveralls -coverprofile=profile.cov -service=travis-ci

0 comments on commit d5f6117

Please sign in to comment.