summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBjorn Neergaard <bjorn@neersighted.com>2016-10-10 18:52:27 -0500
committerBjorn Neergaard <bjorn@neersighted.com>2016-10-11 06:14:28 -0500
commitde7e14a4847f7a53967c815bef80d99e653caae9 (patch)
treee0bd5a7fbc7c98642abb5af50356fb900f9ba6d1 /.travis.yml
parentfb4b797dd22b2ec225542c97e5c0c4195edf037e (diff)
downloadale-de7e14a4847f7a53967c815bef80d99e653caae9.zip
Enable style checks in Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 37e31cc8..03ad0177 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,4 @@ cache: pip
install:
- "pip install vim-vint==0.3.9"
script:
- - "vint ."
+ - "vint -s ."