MadelineProto/.travis.yml
2019-06-18 18:20:41 +02:00

16 lines
355 B
YAML

dist: xenial
language: php
php:
- '7.3'
- '7.0'
- '5.6'
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