Skip to content

Commit

Permalink
misc: switch to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubuxu committed Aug 1, 2017
1 parent cfc8d40 commit ebb6e89
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
sudo: false
os:
- linux
- osx

language: go

go:
- 1.8

install: true

script:
install:
- make deps
- gx-go rewrite
- go get github.com/mattn/goveralls
- goveralls -service=travis-ci

script:
- gx test -v -race -coverprofile=coverage.txt -covermode=atomic .

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

cache:
directories:
Expand Down

0 comments on commit ebb6e89

Please sign in to comment.