diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..cb8d8d6 --- /dev/null +++ b/circle.yml @@ -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' diff --git a/readme.md b/readme.md index d60fd9c..1cc01d7 100644 --- a/readme.md +++ b/readme.md @@ -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).