Skip to content

Commit 09c1820

Browse files
committed
[travis] ignore platform exts req
1 parent 5a9a341 commit 09c1820

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install:
3434
- rm $HOME/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini;
3535
- echo "memory_limit=2048M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
3636
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
37-
- composer update
37+
- composer install --ignore-platform-reqs # ext-amqp is not installed
3838
- if [ "$FUNCTIONAL_TESTS" = true ]; then docker --version; fi
3939
- if [ "$FUNCTIONAL_TESTS" = true ]; then docker-compose --version; fi
4040
- if [ "$FUNCTIONAL_TESTS" = true ]; then bin/dev -b; fi

pkg/amqp-ext/.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cache:
1515

1616
install:
1717
- composer self-update
18-
- composer install --prefer-source
18+
- composer install --prefer-source --ignore-platform-reqs # ext-amqp is not installed
1919

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

0 commit comments

Comments
 (0)