We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e4305 commit 3ad844eCopy full SHA for 3ad844e
.travis.yml
@@ -13,7 +13,7 @@ services:
13
- rabbitmq
14
15
before_script:
16
- - COMPOSER_DISCARD_CHANGES=1 composer update --prefer-dist --no-interaction --no-suggest
+ - COMPOSER_DISCARD_CHANGES=1 composer update --prefer-dist --no-progress --no-interaction --no-suggest
17
- sed -i 's/<env name="RABBITMQ_SSL_CAFILE" value="\/path_to_your_ca_file"\/>/<env name="RABBITMQ_SSL_CAFILE" value="\/tmp\/rootCA.pem"\/>/g' phpunit.xml.dist
18
- openssl genrsa -out /tmp/rootCA.key 2048
19
- 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"
0 commit comments