diff --git a/.travis.yml b/.travis.yml index 91193bf..3af6810 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) diff --git a/README.mkd b/README.mkd index d796950..3043957 100644 --- a/README.mkd +++ b/README.mkd @@ -1,7 +1,7 @@ # Emmet-vim -[![Build Status](https://travis-ci.org/mattn/emmet-vim.svg?branch=master)](https://travis-ci.org/mattn/emmet-vim) [![codecov](https://codecov.io/gh/mattn/emmet-vim/branch/master/graph/badge.svg)](https://codecov.io/gh/mattn/emmet-vim) +[![Build Status](https://travis-ci.org/mattn/emmet-vim.svg?branch=master)](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