Skip to content

Commit

Permalink
Exclude 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Aug 30, 2016
1 parent 6fad572 commit 9b80567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/bin/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ if [ $1 == 'before' ]; then

elif [ $1 == 'after' ]; then

# no Xdebug and therefore no coverage in PHP 5.2
# no Xdebug and therefore no coverage in PHP 5.2 or 5.3
[ $TRAVIS_PHP_VERSION == '5.2' ] && exit;
[ $TRAVIS_PHP_VERSION == '5.3' ] && exit;

# send coverage data to coveralls
php vendor/bin/coveralls --verbose --exclude-no-stmt
Expand Down

0 comments on commit 9b80567

Please sign in to comment.