Skip to content

Commit

Permalink
switched to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
james-bowman committed Feb 9, 2018
1 parent 0eedd0a commit 5030f07
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
language: go
language: go

go:
- 1.8.x
- 1.9.x
- tip

before_install:
- go get -t -v ./...

script:
- go test -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 5030f07

Please sign in to comment.