Skip to content

Commit

Permalink
Fixed Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Sep 27, 2013
1 parent d70b3f2 commit 72567f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
coverage_clover: /tmp/clover.xml
coverage_clover: /tmp/clover.xml
json_path: /tmp/coveralls-upload.json
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ env:
- CLOSURE_COMPILER=/tmp/compiler.jar
before_script:
- echo "zend.enable_gc=off" >> ~/.phpenv/versions/$TRAVIS_PHP_VERSION/etc/php.ini
- sh -c "composer install --dev --no-interaction > /dev/null &"
- sh -c "wget -O - http://dl.google.com/closure-compiler/compiler-latest.tar.gz | tar xzf - -C/tmp compiler.jar"
- sh -c "printf '\n' | pecl install xslcache-beta"
- php -i
- composer install --dev --no-interaction
script:
- phpunit --exclude-group needs-network --coverage-clover /tmp/clover.xml
- phpunit --exclude-group none --coverage-clover /tmp/clover.xml
after_script:
- php vendor/bin/coveralls
- php vendor/bin/coveralls -v

0 comments on commit 72567f9

Please sign in to comment.