ats-vim/.travis.yml

11 lines
219 B
YAML
Raw Normal View History

2017-12-23 15:41:46 -05:00
language: python
2018-07-23 22:43:18 -04:00
install:
2018-07-23 22:48:06 -04:00
- pip install enum34
2018-07-23 22:44:58 -04:00
- pip install typing
2018-07-23 22:43:18 -04:00
- pip install pathlib
- pip install vim-vint
2017-12-23 15:41:46 -05:00
script:
- vint syntax/ats.vim
- vint ftdetect/ats.vim
- vint ftplugin/ats.vim