dot_files/vim-plugins/bundle/jedi-vim/.travis.yml
2017-07-09 00:26:06 +03:00

18 lines
268 B
YAML

sudo: false
language: python
env:
matrix:
- ENV=test
- ENV=check
matrix:
allow_failures:
# Needs to be fixed!
- env: ENV=test
install:
- |
if [ "$ENV" = "test" ]; then
pip install pytest
fi
script:
- vim --version
- make "$ENV"