From 07f4ceec100b8a549da13c57146d9d639e11bef7 Mon Sep 17 00:00:00 2001 From: Julian Kornberger <jk+github@digineo.de> Date: Fri, 28 Dec 2018 22:27:19 +0100 Subject: [PATCH] Remove Travis CI --- .travis.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 346cb7f7..00000000 --- a/.travis.yml +++ /dev/null @@ -1,27 +0,0 @@ -dist: trusty - -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - wget - - pkg-config - - zip - - g++ - - zlib1g-dev - - unzip - - python - -language: go - -go: - - 1.11.1 - -script: -- mkdir -p $HOME/gopath/src/github.com/bio-routing/ -- ln -s $TRAVIS_BUILD_DIR $HOME/gopath/src/github.com/bio-routing/bio-rd || true -- cd $HOME/gopath/src/github.com/bio-routing/bio-rd -- go test -v -cover -coverprofile=coverage.out ./... -- go install github.com/bio-routing/bio-rd/vendor/github.com/q3k/goveralls/ -- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -merge=false -- GitLab