Enable style checks in Travis

This commit is contained in:
Bjorn Neergaard 2016-10-10 18:52:27 -05:00
parent fb4b797dd2
commit de7e14a484
No known key found for this signature in database
GPG Key ID: D8F4DB0CE841305D
1 changed files with 1 additions and 1 deletions

View File

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