mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-02-27 18:42:19 +08:00
add .travis.yml
This commit is contained in:
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
language: generic
|
||||||
|
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)
|
||||||
Reference in New Issue
Block a user