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 ec0e11b commit b7af1f3Copy full SHA for b7af1f3
.travis.yml
@@ -34,5 +34,8 @@ before_install:
34
- sudo apt install -y librabbitmq-dev
35
- yes '' | pecl install -f amqp
36
37
+before_script:
38
+ - composer update $COMPOSER_FLAGS
39
+
40
script:
41
- vendor/bin/phpunit
0 commit comments