Skip to content

Commit 8ed03ba

Browse files
Filip FedorowFilip Fedorow
authored andcommitted
Updated Travis and PHP Unit config files to the new RABBITMQ_ prefixes.
1 parent 4a8e357 commit 8ed03ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414

1515
before_script:
1616
- COMPOSER_DISCARD_CHANGES=1 composer update --prefer-dist --no-interaction --no-suggest
17-
- sed -i 's/<env name="SSL_CAFILE" value="\/path_to_your_ca_file"\/>/<env name="SSL_CAFILE" value="\/tmp\/rootCA.pem"\/>/g' phpunit.xml.dist
17+
- sed -i 's/<env name="RABBITMQ_SSL_CAFILE" value="\/path_to_your_ca_file"\/>/<env name="SSL_CAFILE" value="\/tmp\/rootCA.pem"\/>/g' phpunit.xml.dist
1818
- openssl genrsa -out /tmp/rootCA.key 2048
1919
- openssl req -x509 -new -nodes -key /tmp/rootCA.key -sha256 -days 1024 -out /tmp/rootCA.pem -subj "/C=US/ST=Arizona/L=Scottsdale/O=Example Company Inc./CN=127.0.0.1"
2020
- openssl genrsa -out /tmp/device.key 2048

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<env name="HOST" value="127.0.0.1"/>
2323
<env name="PORT" value="5672"/>
2424
<env name="PORT_SSL" value="5671"/>
25-
<env name="SSL_CAFILE" value="/path_to_your_ca_file"/>
25+
<env name="RABBITMQ_SSL_CAFILE" value="/path_to_your_ca_file"/>
2626
</php>
2727
<filter>
2828
<whitelist>

0 commit comments

Comments
 (0)