Skip to content

Commit

Permalink
Use coveralls instead of codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno M V Souza committed Jul 13, 2018
1 parent 54f35ea commit d407997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -10,12 +10,13 @@ go_import_path: go.bmvs.io/ynab

sudo: false

install:
before_install:
- go get -u github.com/mattn/goveralls
- go get -u github.com/golang/dep/cmd/dep
- dep ensure

script:
- ./test.sh
- go test -v -race $(go list ./... | grep -v vendor)

after_success:
- bash <(curl -s https://codecov.io/bash)
- goveralls -service=travis-ci
15 changes: 0 additions & 15 deletions test.sh

This file was deleted.

0 comments on commit d407997

Please sign in to comment.