This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/.travis.yml
2018-07-01 12:18:42 +01:00

11 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"