From abdd9e440da681c978beb7f3cf2eee767486aed3 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 7 Dec 2017 00:26:00 +0900 Subject: [PATCH] fix .travis.yml and README.mkd --- .travis.yml | 9 --------- README.mkd | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) 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