Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Ignore platform requirements on nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jun 19, 2019
1 parent 2796c9c commit adedcd5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -8,10 +8,12 @@ php:
- 7.1
- 7.2
- 7.3
- nightly

matrix:
fast_finish: true
include:
- php: nightly
env: COMPOSER_OPTS="--ignore-platform-reqs"
allow_failures:
- php: nightly

Expand All @@ -21,8 +23,8 @@ before_install:
- travis_retry composer self-update

install:
- travis_retry composer require --no-update php-coveralls/php-coveralls:"^1.1 || ^2.0"
- travis_retry composer install --no-interaction --prefer-dist --no-progress --no-suggest
- travis_retry composer require $COMPOSER_OPTS --no-update php-coveralls/php-coveralls:"^1.1 || ^2.0"
- travis_retry composer install $COMPOSER_OPTS --no-interaction --prefer-dist --no-progress --no-suggest

before_script:
- mkdir -p build/logs
Expand Down

0 comments on commit adedcd5

Please sign in to comment.