Add a Travis config for running vint.

This commit is contained in:
w0rp 2016-10-08 23:50:13 +01:00
parent f17a660888
commit 2c63e0526b
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
---
language: python
python: 2.7
install:
- "pip install vim-vint==0.3.9"
script:
- "vint ."