Move vint to Docker

This commit is contained in:
Prashanth Chandra
2016-10-12 19:25:53 +08:00
parent 210d464442
commit 9a0a663dc1
3 changed files with 10 additions and 6 deletions

View File

@@ -8,7 +8,4 @@ cache: pip
install: |
pip install vim-vint==0.3.9
script: |
EXIT=0
vint -s || EXIT=$?
make test || EXIT=$?
exit $EXIT
make test