From 7bc7930d25ab253704c98611dfa3e61bd801dc7e Mon Sep 17 00:00:00 2001 From: Nic Pottier Date: Wed, 5 Jul 2017 16:25:13 -0500 Subject: [PATCH] back to goveralls --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c0ab5742..a2cde4c78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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