Skip to content

Commit

Permalink
Test coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Holmer committed Mar 3, 2016
1 parent 76106f0 commit 422c110
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ 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-*

0 comments on commit 422c110

Please sign in to comment.