ale/.travis.yml

11 lines
208 B
YAML

---
sudo: required
services:
- docker
language: generic
script:
- "./run-tests --vim-only"
- "./run-tests --neovim-02-only"
- "./run-tests --neovim-03-only"
- "./run-tests --linters-only"