ale/.travis.yml

17 lines
276 B
YAML
Raw Normal View History

2016-10-08 22:50:13 +00:00
---
sudo: required
services:
- docker
language: generic
branches:
only:
- master
- /^v\d+\.\d+\.(x|\d+)$/
env:
2018-07-23 21:37:53 +00:00
- OPTIONS=--vim-80-only
- OPTIONS=--vim-81-only
- OPTIONS=--neovim-only
2018-07-23 21:33:03 +00:00
- OPTIONS=--linters-only
script: |
./run-tests -v $OPTIONS