summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPrashanth Chandra <coolshanth94@gmail.com>2016-10-12 19:25:53 +0800
committerPrashanth Chandra <coolshanth94@gmail.com>2016-10-12 20:13:34 +0800
commit9a0a663dc15c1926cefe582c2dfc7e519b33fc1a (patch)
tree6167f203d9d5f239e40efa670c0b39475abf59a6 /.travis.yml
parent210d464442eb16c4450816307b5f52c7c6994913 (diff)
downloadale-9a0a663dc15c1926cefe582c2dfc7e519b33fc1a.zip
Move vint to Docker
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 11adf95d..0426ead1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,4 @@ cache: pip
install: |
pip install vim-vint==0.3.9
script: |
- EXIT=0
- vint -s || EXIT=$?
- make test || EXIT=$?
- exit $EXIT
+ make test