summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 00baff1c..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
----
-sudo: required
-services:
- - docker
-language: generic
-branches:
- only:
- - master
- - /^v\d+\.\d+\.(x|\d+)$/
-env:
- - OPTIONS=--vim-80-only
- - OPTIONS=--vim-81-only
- - OPTIONS=--neovim-only
- - OPTIONS=--linters-only
-script: |
- ./run-tests -v $OPTIONS