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 b44a9b5 commit f573238Copy full SHA for f573238
pkg/amqp-ext/.travis.yml
@@ -16,7 +16,7 @@ cache:
16
install:
17
- php Tests/fix_composer_json.php
18
- composer self-update
19
- - composer install
+ - composer install --ignore-platform-reqs # AMQP 1.9.3 ext is not in the distro repos.
20
21
script:
22
- vendor/bin/phpunit --exclude-group=functional
0 commit comments