Integrate with CircleCI

This commit is contained in:
Adriaan Zonnenberg
2017-03-26 00:25:02 +01:00
parent b5c8e6f330
commit 239401d54d
2 changed files with 11 additions and 1 deletions

10
circle.yml Normal file
View 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'

View File

@@ -1,4 +1,4 @@
# vim-vue
# vim-vue [![CircleCI](https://img.shields.io/circleci/project/github/posva/vim-vue.svg)](https://circleci.com/gh/posva/vim-vue)
Vim syntax highlighting for [Vue
components](https://vuejs.org/v2/guide/single-file-components.html).