mirror of
https://github.com/dense-analysis/ale
synced 2024-12-11 08:56:15 +00:00
12 lines
185 B
YAML
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
|