diff options
author | sridhars <sridhars@users.noreply.github.com> | 2018-07-24 16:42:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-24 16:42:26 -0500 |
commit | 4446cf15bea403204b5097f1bfc74267af32553c (patch) | |
tree | 325b0370a3b511efa2a498ee6959fe16c56c1b20 /.travis.yml | |
parent | 0da4c6e4ad009a37b482d301a19b6d024aa0ae0a (diff) | |
parent | 341857477011f703664b31d8d76f6872f8399c66 (diff) | |
download | ale-4446cf15bea403204b5097f1bfc74267af32553c.zip |
Merge pull request #1 from w0rp/master
update
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0f006e4c..d48c1e08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,10 @@ sudo: required services: - docker language: generic +env: + - OPTIONS=--vim-80-only + - OPTIONS=--vim-81-only + - OPTIONS=--neovim-only + - OPTIONS=--linters-only script: | - ./run-tests -v + ./run-tests -v $OPTIONS |