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