Skip to content

Commit f573238

Browse files
committed
fix tests.
1 parent b44a9b5 commit f573238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/amqp-ext/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cache:
1616
install:
1717
- php Tests/fix_composer_json.php
1818
- composer self-update
19-
- composer install
19+
- composer install --ignore-platform-reqs # AMQP 1.9.3 ext is not in the distro repos.
2020

2121
script:
2222
- vendor/bin/phpunit --exclude-group=functional

0 commit comments

Comments
 (0)