Revert last commit [ci skip]
Coveralls only wanted to test our main.rs. I don't want to fight with it.
This commit is contained in:
parent
422c110228
commit
d06c842163
2 changed files with 0 additions and 7 deletions
|
|
@ -4,9 +4,3 @@ rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
after_success: |
|
|
||||||
sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev &&
|
|
||||||
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
|
|
||||||
tar xzf master.tar.gz && mkdir kcov-master/build && cd kcov-master/build && cmake .. && make &&
|
|
||||||
sudo make install && cd ../.. &&
|
|
||||||
kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/oxipng-*
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
# OxiPng
|
# OxiPng
|
||||||
|
|
||||||
[](https://travis-ci.org/shssoichiro/oxipng)
|
[](https://travis-ci.org/shssoichiro/oxipng)
|
||||||
[](https://coveralls.io/github/shssoichiro/oxipng?branch=master)
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue