ale/.travis.yml

12 lines
232 B
YAML
Raw Normal View History

2016-10-08 22:50:13 +00:00
---
sudo: required
services:
- docker
language: generic
2018-07-01 11:18:42 +00:00
env:
- TESTOPTIONS=--vim-only
- TESTOPTIONS=--neovim-02-only
- TESTOPTIONS=--neovim-03-only
- TESTOPTIONS=--linters-only
script: "./run-tests $TESTOPTIONS"