Skip to content

Commit

Permalink
back to goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Jul 5, 2017
1 parent 9811eec commit 7bc7930
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ before_script:
- psql -U postgres -c "ALTER ROLE courier WITH SUPERUSER;"
- psql -U postgres -c "CREATE DATABASE courier_test;"
- psql -U postgres -d courier_test -f backends/rapidpro/schema.sql
- go get github.com/mattn/goveralls

script:
- go test github.com/nyaruka/courier/... -race -coverprofile=coverage.txt -covermode=atomic
- $HOME/gopath/bin/goveralls -service=travis-ci

after_success:
- bash <(curl -s https://codecov.io/bash)
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 comments on commit 7bc7930

Please sign in to comment.