Skip to content

Commit

Permalink
Merge d39f534 into 9d6c822
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Feb 22, 2016
2 parents 9d6c822 + d39f534 commit 42ca280
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 69 deletions.
10 changes: 9 additions & 1 deletion .travis.yml
@@ -1,5 +1,6 @@
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
Expand All @@ -9,8 +10,14 @@ env:
- LIBZOOKEEPER_VERSION=3.5.0-alpha
- LIBZOOKEEPER_VERSION=3.4.6

addons:
apt:
packages:
- lcov

sudo: false

install:
- sudo apt-get install -y lcov
- gem install coveralls-lcov

before_script:
Expand All @@ -21,3 +28,4 @@ script:

after_success:
- coveralls-lcov coverage.info

0 comments on commit 42ca280

Please sign in to comment.