diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-12 22:17:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 22:17:16 +0100 |
commit | e058f9d51b9d1b778e3e06a9f156c73d5013a06c (patch) | |
tree | 8da513b52464d0aebc2b0d26623bb8a5f8d7b32f /.travis.yml | |
parent | dbbf77c19d8a8eb08c819d789e875219f3405a0f (diff) | |
parent | 51b4efd7074b2aa32a31de5a7f37a9b3507bc0a9 (diff) | |
download | ale-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.yml | 11 |
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 |