ale/.travis.yml
2016-10-12 20:13:34 +08:00

12 lines
149 B
YAML

---
sudo: required
services:
- docker
language: python
python: 2.7
cache: pip
install: |
pip install vim-vint==0.3.9
script: |
make test