diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d60babb --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index e51f19a..9a4427d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -55,7 +55,7 @@ Set global variable to `1` to enable or `0` to disable. Ex: | `g:vim_vue_plugin_use_pug`\* | Enable `vim-pug` pug syntax for `