From 9a4978bc47c3a28c0e430c8335c730a451b4fd80 Mon Sep 17 00:00:00 2001 From: Oliver Herms <oliver.herms@exaring.de> Date: Wed, 16 May 2018 17:16:39 +0200 Subject: [PATCH] Adding coveralls --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b3da873..9525eb5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,10 @@ language: go go: - - "1.10" +- 1.10 +- master +before_install: +- mkdir -p $GOPATH/src/github.com/bio-routing +- ln -s $TRAVIS_BUILD_DIR $HOME/gopath/src/github.com/bio-routing/ || true +- go get github.com/mattn/goveralls +script: +- goveralls -v \ No newline at end of file -- GitLab