ale/.travis.yml

11 lines
208 B
YAML
Raw Normal View History

2016-10-08 22:50:13 +00:00
---
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"