Skip to content

Commit

Permalink
test coverage analysis only for php5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Zerbib committed Jul 22, 2015
1 parent 12f22b1 commit f81afca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ script:
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml test

after_script:
- composer require psr/log
- composer require satooshi/php-coveralls dev-master
- if [ $(phpenv version-name) = "5.6" ]; then composer require psr/log ; fi
- if [ $(phpenv version-name) = "5.6" ]; then composer require satooshi/php-coveralls dev-master ; fi
- if [ $(phpenv version-name) = "5.6" ]; then vendor/bin/coveralls -v --exclude-no-stmt ; fi

0 comments on commit f81afca

Please sign in to comment.