Add test status

This commit is contained in:
leafOfTree
2019-10-11 10:21:17 +08:00
parent ef5ac524fb
commit 9317963eeb
2 changed files with 8 additions and 3 deletions

5
.travis.yml Normal file
View 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

View File

@@ -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/