forked from VimPlug/emmet-vim
fix .travis.yml and README.mkd
This commit is contained in:
@@ -3,17 +3,8 @@ sudo: false
|
|||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
|
|
||||||
install:
|
|
||||||
- |
|
|
||||||
- pip install covimerage --user
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- uname -a
|
- uname -a
|
||||||
- which -a vim
|
- which -a vim
|
||||||
- vim --cmd version --cmd quit
|
- vim --cmd version --cmd quit
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
after_success:
|
|
||||||
- covimerage write_coverage $TEST_PROFILE
|
|
||||||
- coverage xml
|
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Emmet-vim
|
# Emmet-vim
|
||||||
|
|
||||||
|
|
||||||
[](https://travis-ci.org/mattn/emmet-vim) [](https://codecov.io/gh/mattn/emmet-vim)
|
[](https://travis-ci.org/mattn/emmet-vim)
|
||||||
|
|
||||||
[emmet-vim](http://mattn.github.com/emmet-vim) is a vim plug-in
|
[emmet-vim](http://mattn.github.com/emmet-vim) is a vim plug-in
|
||||||
which provides support for expanding abbreviations similar to
|
which provides support for expanding abbreviations similar to
|
||||||
|
|||||||
Reference in New Issue
Block a user