summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 00baff1ccc0d359265642ac6345a0408d9dcb5b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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