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

13 lines
216 B
YAML
Raw Permalink Normal View History

2016-10-08 22:50:13 +00:00
---
sudo: required
services:
- docker
language: generic
env:
2018-07-23 21:37:53 +00:00
- OPTIONS=--vim-80-only
- OPTIONS=--vim-81-only
- OPTIONS=--neovim-only
2018-07-23 21:33:03 +00:00
- OPTIONS=--linters-only
script: |
./run-tests -v $OPTIONS