Skip to content

Commit 717c368

Browse files
author
Volodymyr Kublytskyi
committed
Add RabbitMQ to Travis environment
1 parent 6173597 commit 717c368

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ addons:
1111
firefox: "46.0"
1212
hosts:
1313
- magento2.travis
14+
services:
15+
- rabbitmq
1416
language: php
1517
php:
1618
- 7.0

dev/tests/integration/etc/install-config-mysql.travis.php.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ return [
1616
'admin-email' => \Magento\TestFramework\Bootstrap::ADMIN_EMAIL,
1717
'admin-firstname' => \Magento\TestFramework\Bootstrap::ADMIN_FIRSTNAME,
1818
'admin-lastname' => \Magento\TestFramework\Bootstrap::ADMIN_LASTNAME,
19+
'amqp-host' => 'localhost',
20+
'amqp-port' => '5672',
21+
'amqp-user' => 'guest',
22+
'amqp-password' => 'guest',
1923
];

0 commit comments

Comments
 (0)