1
0
mirror of https://github.com/dense-analysis/ale synced 2025-03-05 20:57:38 +00:00
ale/.travis.yml
2018-07-23 22:37:53 +01:00

13 lines
216 B
YAML

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