mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
fixes for travos
This commit is contained in:
parent
53e3b9a940
commit
b245147844
@ -10,6 +10,7 @@ group: deprecated-2017Q4
|
|||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.2
|
- 7.2
|
||||||
|
- 7.3
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
hosts:
|
hosts:
|
||||||
@ -29,7 +30,7 @@ env:
|
|||||||
before_install:
|
before_install:
|
||||||
# set GitHub token and update composer
|
# set GitHub token and update composer
|
||||||
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
|
- 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
|
# - export USE_ZEND_ALLOC=0
|
||||||
- rvm use 1.9.3 --install --fuzzy
|
- rvm use 1.9.3 --install --fuzzy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user