diff options
author | Prashanth Chandra <coolshanth94@gmail.com> | 2016-10-12 20:17:13 +0800 |
---|---|---|
committer | Prashanth Chandra <coolshanth94@gmail.com> | 2016-10-12 20:17:13 +0800 |
commit | 51b4efd7074b2aa32a31de5a7f37a9b3507bc0a9 (patch) | |
tree | 70e6a4b1a46f6121a8e2a8c7b90c5524307287c7 | |
parent | 9a0a663dc15c1926cefe582c2dfc7e519b33fc1a (diff) | |
download | ale-51b4efd7074b2aa32a31de5a7f37a9b3507bc0a9.zip |
Remove vint from Travis
-rw-r--r-- | .travis.yml | 4 |
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 |