summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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