diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-23 22:33:03 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-23 22:33:03 +0100 |
commit | d7d54d09dab4df733caa344006b334f3f4a918dd (patch) | |
tree | 70372420d1d1ae399c8e442cd3fe717dc144d897 /.travis.yml | |
parent | 338c233710b38f624ac9189ce3d456a0d52ff972 (diff) | |
download | ale-d7d54d09dab4df733caa344006b334f3f4a918dd.zip |
Try 3 builds on Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e236b9ec..8b076158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ services: - docker language: generic env: - - OPTIONS=--no-neovim + - OPTIONS=--vim-only - OPTIONS=--neovim-only + - OPTIONS=--linters-only script: | ./run-tests -v $OPTIONS |