Skip to content

Commit

Permalink
Update travis config, add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sevlyar committed Jul 17, 2017
1 parent 821596c commit 7ff01c0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
language: go

go: 1.1
go:
- 1.3
- 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 7ff01c0

Please sign in to comment.