summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPrashanth Chandra <coolshanth94@gmail.com>2016-10-12 20:17:13 +0800
committerPrashanth Chandra <coolshanth94@gmail.com>2016-10-12 20:17:13 +0800
commit51b4efd7074b2aa32a31de5a7f37a9b3507bc0a9 (patch)
tree70e6a4b1a46f6121a8e2a8c7b90c5524307287c7 /.travis.yml
parent9a0a663dc15c1926cefe582c2dfc7e519b33fc1a (diff)
downloadale-51b4efd7074b2aa32a31de5a7f37a9b3507bc0a9.zip
Remove vint from Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 0426ead1..d6da2530 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,5 @@ sudo: required
services:
- docker
language: python
-python: 2.7
-cache: pip
-install: |
- pip install vim-vint==0.3.9
script: |
make test