1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/.travis.yml
2016-04-14 22:53:59 +03:00

18 lines
211 B
YAML

language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
before_script:
- flags="--prefer-dist --no-dev"
- composer install $flags
script: phpunit