From 535bda89482a52aa3341b74256f1524296085264 Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 22 May 2018 23:46:53 -0500 Subject: [PATCH] switch travis coverage run to CDT --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d3013444..8d6e6875 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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