mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-24 02:29:12 +08:00
12 lines
232 B
YAML
12 lines
232 B
YAML
---
|
|
sudo: required
|
|
services:
|
|
- docker
|
|
language: generic
|
|
env:
|
|
- TESTOPTIONS=--vim-only
|
|
- TESTOPTIONS=--neovim-02-only
|
|
- TESTOPTIONS=--neovim-03-only
|
|
- TESTOPTIONS=--linters-only
|
|
script: "./run-tests $TESTOPTIONS"
|