MadelineProto/.travis.yml

21 lines
278 B
YAML
Raw Normal View History

2019-06-18 17:34:25 +02:00
dist: xenial
2018-02-20 13:15:32 +01:00
language: php
php:
2019-12-25 19:40:02 +01:00
- '7.4'
2019-06-18 12:31:44 +02:00
- '7.0'
- '5.6'
2019-05-31 18:08:02 +02:00
2020-02-26 00:11:06 +01:00
git:
submodules: false
2019-12-28 20:28:29 +01:00
jobs:
allow_failures:
- php: '5.6'
2019-12-28 18:44:56 +01:00
2018-02-21 12:55:42 +01:00
before_install:
- echo "phar.readonly = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
2019-12-26 20:26:27 +01:00
- tests/waitPackagist.php
2018-02-20 13:15:32 +01:00
2016-08-09 22:28:50 +02:00
script:
2019-05-13 18:00:45 +02:00
- tests/makephar.sh