1
0
mirror of synced 2025-02-16 23:33:13 +03:00
mg-bot-api-client-php/.travis.yml
2019-06-18 18:00:17 +03:00

16 lines
183 B
YAML

language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '7.1'
- '7.2'
before_script:
- flags="-o"
- composer install $flags
script: make test