switch travis coverage run to CDT

This commit is contained in:
Umputun
2018-05-22 23:46:53 -05:00
parent 60769b5cfc
commit 535bda8948
+2
View File
@@ -15,5 +15,7 @@ script:
- docker build .
after_success:
- echo 'America/Chicago' | sudo tee /etc/timezone
- sudo dpkg-reconfigure --frontend noninteractive tzdata
- go test $(go list -e ./... | grep -v vendor) -covermode=count -coverprofile=coverage.out
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN