mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 09:58:59 +01:00
Add custom repos
This commit is contained in:
parent
6a6eacc722
commit
0ad184e364
@ -5,13 +5,11 @@ php:
|
||||
- '7.0'
|
||||
- '5.6'
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- php7.3
|
||||
|
||||
before_install:
|
||||
- echo "phar.readonly = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
- sudo add-apt-repository ppa:ondrej/php -y
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install php7.3-cli php7.3-json php7.3-mbstring php7.3-curl php7.3-xml php7.3-json -y
|
||||
|
||||
script:
|
||||
- tests/makephar.sh
|
||||
|
Loading…
Reference in New Issue
Block a user