1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-08 02:29:38 +02:00

fixes for travos

This commit is contained in:
David Bomba 2021-01-23 19:52:48 +11:00
parent 53e3b9a940
commit b245147844

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