1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/.travis.yml
2018-02-20 17:51:01 +03:00

20 lines
211 B
YAML

language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
before_script:
- flags="-o"
- composer install $flags
script: phpunit