From 2c63e0526b3b3ffa9f339308111e5e6158c7bf5d Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 8 Oct 2016 23:50:13 +0100 Subject: [PATCH] Add a Travis config for running vint. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..003c929 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +--- +language: python +python: 2.7 +install: + - "pip install vim-vint==0.3.9" +script: + - "vint ."