Browse Source

travis doesn't seem to provide lcov...

Steffen Jaeckel 8 years ago
parent
commit
a12b97f84e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -10,6 +10,8 @@ addons:
 
 
 before_script:
 before_script:
   - gem install coveralls-lcov
   - gem install coveralls-lcov
+  - curl http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.11.orig.tar.gz | tar xz
+  - export PATH=$PATH:`pwd`/lcov-1.11/bin
 
 
 matrix:
 matrix:
   fast_finish: true
   fast_finish: true