Skip to content

Commit

Permalink
update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jun 4, 2017
1 parent 5da3e5c commit a00e90d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ before_script:
- composer update --prefer-dist $DEPENDENCIES
- sudo rabbitmqctl add_vhost /humus-amqp-test
- sudo rabbitmqctl set_permissions -p /humus-amqp-test guest ".*" ".*" ".*"
# patching php-amqplib, see: https://github.com/php-amqplib/php-amqplib/pull/399
- sed -i '/$message = $this->get_and_unset_message($delivery_tag);/a \ \ \ \ \ \ \ \ \ \ \ \ $message->delivery_info["delivery_tag"] = $delivery_tag;' vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AMQPChannel.php

script:
- php -dzend_extension=xdebug.so ./vendor/bin/phpunit --exclude-group=ssl --coverage-text --coverage-clover ./build/logs/clover.xml
Expand Down

0 comments on commit a00e90d

Please sign in to comment.