summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2016-10-12 22:17:16 +0100
committerGitHub <noreply@github.com>2016-10-12 22:17:16 +0100
commite058f9d51b9d1b778e3e06a9f156c73d5013a06c (patch)
tree8da513b52464d0aebc2b0d26623bb8a5f8d7b32f /.travis.yml
parentdbbf77c19d8a8eb08c819d789e875219f3405a0f (diff)
parent51b4efd7074b2aa32a31de5a7f37a9b3507bc0a9 (diff)
downloadale-e058f9d51b9d1b778e3e06a9f156c73d5013a06c.zip
Merge pull request #88 from prashcr/master
Use vim-testbed to run Vader tests on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 03ad0177..d6da2530 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,7 @@
---
+sudo: required
+services:
+ - docker
language: python
-python: 2.7
-cache: pip
-install:
- - "pip install vim-vint==0.3.9"
-script:
- - "vint -s ."
+script: |
+ make test