From de7e14a4847f7a53967c815bef80d99e653caae9 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Mon, 10 Oct 2016 18:52:27 -0500 Subject: [PATCH] Enable style checks in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37e31cc..03ad017 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 ."