Skip to content

Commit

Permalink
fixed coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleMinotto committed Oct 10, 2015
1 parent 3dfb336 commit 5a7145d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src_dir: .
24 changes: 11 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
language: php

sudo: false

php:
- 5.5
- 5.6
- 7.0
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
- composer self-update

install:
- composer install --prefer-source
- composer require --dev satooshi/php-coveralls
- composer require satooshi/php-coveralls:~0.6 --dev

script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/coveralls -v

notifications:
email: false

0 comments on commit 5a7145d

Please sign in to comment.