Skip to content

Commit b5a5d53

Browse files
committed
Commented php-unit and coveralls statements (for now).
1 parent c3f527e commit b5a5d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ before_script:
2323

2424
script:
2525
- mkdir -p build/logs
26-
- bin/phpunit -c app/ --coverage-clover build/logs/clover.xml --stderr
26+
# - bin/phpunit -c app/ --coverage-clover build/logs/clover.xml --stderr
2727
# - bin/phpcpd --log-pmd build/pmd-cpd.xml --exclude app --exclude vendor --names-exclude *Test.php -n .
2828
# - bin/phpmd src/Codebender/ xml cleancode,codesize,design,naming,unusedcode --exclude *Test.php --reportfile build/pmd.xml
2929

3030
after_script:
3131
- php composer.phar install --dev
32-
- php bin/coveralls -v
32+
# - php bin/coveralls -v
3333

3434
notifications:
3535
irc: "chat.freenode.net#codebender.cc"

0 commit comments

Comments
 (0)