diff options
author | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-10 18:52:27 -0500 |
---|---|---|
committer | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-11 06:14:28 -0500 |
commit | de7e14a4847f7a53967c815bef80d99e653caae9 (patch) | |
tree | e0bd5a7fbc7c98642abb5af50356fb900f9ba6d1 /.travis.yml | |
parent | fb4b797dd22b2ec225542c97e5c0c4195edf037e (diff) | |
download | ale-de7e14a4847f7a53967c815bef80d99e653caae9.zip |
Enable style checks in Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 ." |