1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 00:34:40 +01:00
MadelineProto/.travis.yml

21 lines
278 B
YAML

dist: xenial
language: php
php:
- '7.4'
- '7.0'
- '5.6'
git:
submodules: false
jobs:
allow_failures:
- php: '5.6'
before_install:
- echo "phar.readonly = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- tests/waitPackagist.php
script:
- tests/makephar.sh