Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Update travis-build file for Akeneo 4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbird committed Mar 31, 2020
1 parent 9eaa660 commit 8b7d28d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cache:

matrix:
include:
- php: 7.2
- php: 7.3

before_install:
Expand All @@ -22,6 +21,9 @@ before_install:
# disable default memory limit
- export INI=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo memory_limit = -1 >> $INI
# enable apcu
- echo "extension=apcu.so" >> $INI
- yes '' | pecl install imagick

install:
- travis_retry composer install $COMPOSER_OPTS
Expand Down

0 comments on commit 8b7d28d

Please sign in to comment.