Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Spryker Release Bot committed Jan 15, 2020
1 parent e6f8247 commit 50b47d3
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 @@ -2,7 +2,7 @@ language: php

php:
- 7.2
- 7.4snapshot
- 7.4

env:
global:
Expand All @@ -16,7 +16,7 @@ matrix:
fast_finish: true

before_install:
- if [[ ${TRAVIS_PHP_VERSION} != "7.4snapshot" ]]; then phpenv config-rm xdebug.ini ; fi
- if [[ ${TRAVIS_PHP_VERSION} != "7.4" ]]; then phpenv config-rm xdebug.ini ; fi

before_script:
- COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-dist --no-interaction --profile
Expand Down

0 comments on commit 50b47d3

Please sign in to comment.