Skip to content

Commit

Permalink
Attempt to run the full build on PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Mar 16, 2020
1 parent fc9d5e3 commit fd5669d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -29,8 +29,10 @@ jobs:
arch: arm64
env: ARCH=arm32
- php: nightly
env: COMPOSER_OPTIONS=--ignore-platform-reqs
- php: nightly
arch: s390x
env: COMPOSER_OPTIONS=--ignore-platform-reqs
allow_failures:
- php: nightly

Expand All @@ -49,7 +51,7 @@ before_install:

install:
- travis_retry ./resources/scripts/cmd-proxy.sh composer require --no-update "php-coveralls/php-coveralls:^1 | ^2"
- travis_retry ./resources/scripts/cmd-proxy.sh composer install --no-interaction --prefer-dist --no-progress --no-suggest
- travis_retry ./resources/scripts/cmd-proxy.sh composer install --no-interaction --prefer-dist --no-progress --no-suggest $COMPOSER_OPTIONS

before_script:
- mkdir -p build/cache
Expand Down

0 comments on commit fd5669d

Please sign in to comment.