Skip to content

Commit

Permalink
Disable PHP 7.4 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Sep 12, 2019
1 parent ab1e0c9 commit f815d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
# - 7.4snapshot
# - nightly

env:
Expand All @@ -25,7 +25,7 @@ before_script:
- '[[ "$TRAVIS_PHP_VERSION" == "7.3" || "$TRAVIS_PHP_VERSION" == "nightly" || "$TRAVIS_PHP_VERSION" == "7.4snapshot" ]] || phpenv config-rm xdebug.ini'
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- '[[ "$TRAVIS_PHP_VERSION" == "7.4snapshot" ]] && composer require nette/finder:"dev-master" --no-interaction --prefer-dist || echo done'
# - '[[ "$TRAVIS_PHP_VERSION" == "7.4snapshot" ]] && composer require nette/finder:"dev-master" --no-interaction --prefer-dist || echo done'

script:
- travis_wait vendor/bin/phpunit --coverage-clover=coverage.clover
Expand Down

0 comments on commit f815d5f

Please sign in to comment.