1
0
mirror of synced 2024-11-26 05:16:03 +03:00
mg-bot-api-client-php/.travis.yml
2019-06-21 11:43:47 +03:00

16 lines
194 B
YAML

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