ale/.travis.yml

12 lines
149 B
YAML
Raw Normal View History

2016-10-08 22:50:13 +00:00
---
sudo: required
services:
- docker
2016-10-08 22:50:13 +00:00
language: python
python: 2.7
2016-10-08 22:53:08 +00:00
cache: pip
install: |
pip install vim-vint==0.3.9
script: |
2016-10-12 11:25:53 +00:00
make test