Skip to content

Commit 3ad844e

Browse files
committed
prepare for laravel 5.6
1 parent d3e4305 commit 3ad844e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

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

1515
before_script:
16-
- COMPOSER_DISCARD_CHANGES=1 composer update --prefer-dist --no-interaction --no-suggest
16+
- COMPOSER_DISCARD_CHANGES=1 composer update --prefer-dist --no-progress --no-interaction --no-suggest
1717
- 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
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"

0 commit comments

Comments
 (0)