diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 346cb7f73bbe26b52de9274352973cb2f8743d79..0000000000000000000000000000000000000000
--- 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