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:
Joshua Holmer 2016-03-03 16:03:44 -05:00
parent 422c110228
commit d06c842163
2 changed files with 0 additions and 7 deletions

View file

@ -4,9 +4,3 @@ rust:
- stable
- beta
- 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-*

View file

@ -1,7 +1,6 @@
# OxiPng
[![Build Status](https://travis-ci.org/shssoichiro/oxipng.svg)](https://travis-ci.org/shssoichiro/oxipng)
[![Coverage Status](https://coveralls.io/repos/github/shssoichiro/oxipng/badge.svg?branch=master)](https://coveralls.io/github/shssoichiro/oxipng?branch=master)
## Overview