Skip to content

Commit

Permalink
Try something
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed May 14, 2019
1 parent 670edbf commit 887fe6e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ matrix:
fast_finish: true
include:
- php: "5.6"
# proc_open(): fork failed - Cannot allocate memory
env: COMPOSER_FLAGS="--prefer-source"
- php: "7.0"
- php: "7.1"
- php: "7.2"
env: CHECK_CS=true


cache:
directories:
Expand All @@ -31,11 +26,12 @@ branches:
# setup requirements for running unit tests
before_script:
# Disable xdebug and remove memory limit to speed things up
- composer self-update --rollback
- phpenv config-rm xdebug.ini
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- php -v
# Install packages using composer
- travis_retry composer install --no-interaction --no-progress $COMPOSER_FLAGS
- composer install --no-interaction --no-progress $COMPOSER_FLAGS

# execute phpunit as the script command
script:
Expand Down

0 comments on commit 887fe6e

Please sign in to comment.