From 1606b3c28031b69e3fb26d2a1a8a18d0fc2827c9 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 25 Jan 2018 10:38:16 +0000 Subject: [PATCH] Add coveralls integration for go-toxcore-c. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2686dfe..7400af8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,9 @@ go: #- 1.9.x - master +before_install: +- go get github.com/mattn/goveralls + install: # Add libclang's lib directory to search path for Go. - export CGO_LDFLAGS="-L`llvm-config --libdir`" @@ -42,3 +45,6 @@ install: - go get github.com/sasha-s/go-deadlock - go get github.com/sysr-q/gopp/gopp - go get github.com/xrash/smetrics + +script: +- $GOPATH/bin/goveralls -service=travis-ci