1
0
mirror of synced 2024-11-22 03:46:02 +03:00
mg-bot-api-client-php/.travis.yml
2019-06-10 16:24:22 +03:00

17 lines
195 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