mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-08 02:14:43 +08:00
Integrate with CircleCI
This commit is contained in:
10
circle.yml
Normal file
10
circle.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
dependencies:
|
||||
override:
|
||||
- sudo add-apt-repository ppa:jonathonf/vim -y
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install vim
|
||||
- bash test/install.sh
|
||||
|
||||
test:
|
||||
override:
|
||||
- vim -u test/vimrc -c 'Vader! test/*.vader'
|
||||
Reference in New Issue
Block a user