Enable style checks in Travis

This commit is contained in:
Bjorn Neergaard
2016-10-10 18:52:27 -05:00
parent fb4b797dd2
commit de7e14a484

View File

@@ -5,4 +5,4 @@ cache: pip
install: install:
- "pip install vim-vint==0.3.9" - "pip install vim-vint==0.3.9"
script: script:
- "vint ." - "vint -s ."