Merge pull request #4748 from turbo124/master

fixes for travis
This commit is contained in:
David Bomba 2021-01-23 19:56:32 +11:00 committed by GitHub
commit a941cb387e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ group: deprecated-2017Q4
php:
- 7.2
- 7.3
addons:
hosts:
@ -29,7 +30,7 @@ env:
before_install:
# set GitHub token and update composer
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
- composer self-update && composer -V
- composer self-update 1.10.19 && composer -V
# - export USE_ZEND_ALLOC=0
- rvm use 1.9.3 --install --fuzzy