mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
14 lines
230 B
YAML
14 lines
230 B
YAML
|
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
|