From 2e5746baf43ed55b67c78e18dcfcf0421241008c Mon Sep 17 00:00:00 2001 From: takt <oliver.herms@exaring.de> Date: Wed, 16 May 2018 17:57:21 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9525eb5a..fdd432f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +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 +- goveralls -v -- GitLab