mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 05:34:44 +08:00
Add test status
This commit is contained in:
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
install:
|
||||
- git clone --single-branch -b vim-vue-plugin --depth=1 https://github.com/leafOfTree/test ../test
|
||||
|
||||
script:
|
||||
- bash ../test/src/test.sh
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Vim syntax and indent plugin for `.vue` files. Mainly inspired by [mxw/vim-jsx][1].
|
||||
|
||||
[![Build Status][12]](https://travis-ci.com/leafOfTree/test)
|
||||
[![Build Status][12]](https://travis-ci.com/leafOfTree/vim-vue-plugin)
|
||||
|
||||
## Install
|
||||
|
||||
@@ -140,5 +140,5 @@ This plugin is under [The Unlicense][8]. Other than this, `lib/indent/*` files a
|
||||
[9]: https://github.com/leafOfTree/vim-svelte-plugin
|
||||
[10]: https://github.com/mattn/emmet-vim
|
||||
[11]: https://github.com/kchmck/vim-coffee-script
|
||||
[12]: https://travis-ci.com/leafOfTree/test.svg?branch=vim-vue-plugin
|
||||
[12]: https://travis-ci.com/leafOfTree/vim-vue-plugin.svg?branch=master
|
||||
[13]: https://svelte.dev/
|
||||
|
||||
Reference in New Issue
Block a user