MadelineProto/.travis.yml

14 lines
357 B
YAML
Raw Normal View History

2018-02-20 13:15:32 +01:00
language: php
php:
2018-02-21 12:55:42 +01:00
- '7.1'
before_install:
- openssl aes-256-cbc -K $encrypted_5699a01b7a5f_key -iv $encrypted_5699a01b7a5f_iv
-in madeline_rsa.enc -out madeline_rsa -d
- echo "phar.readonly = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- eval "$(ssh-agent -s)"
2018-02-21 12:58:17 +01:00
- chmod 600 madeline_rsa
2018-02-21 12:55:42 +01:00
- ssh-add madeline_rsa
2018-02-20 13:15:32 +01:00
2016-08-09 22:28:50 +02:00
script:
2018-02-20 13:15:32 +01:00
- tests/makephar.sh