ale/.travis.yml
2018-07-23 22:33:03 +01:00

12 lines
185 B
YAML

---
sudo: required
services:
- docker
language: generic
env:
- OPTIONS=--vim-only
- OPTIONS=--neovim-only
- OPTIONS=--linters-only
script: |
./run-tests -v $OPTIONS