1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/bundle/neosnippet.vim/.travis.yml

14 lines
230 B
YAML
Raw Normal View History

2020-06-13 14:06:35 +08:00
dist: xenial
language: python
python:
- 3.7
install:
- eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64"
- make install
script:
- make --keep-going test lint