1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/.travis.yml

18 lines
211 B
YAML
Raw Normal View History

2016-04-14 22:22:18 +03:00
language: php
2016-04-14 22:28:55 +03:00
cache:
directories:
- $HOME/.composer/cache
2016-04-14 22:22:18 +03:00
php:
2016-04-14 22:40:33 +03:00
- '5.3'
2016-04-14 22:22:18 +03:00
- '5.4'
- '5.5'
- '5.6'
2016-04-14 22:28:55 +03:00
before_script:
2016-04-14 22:53:59 +03:00
- flags="--prefer-dist --no-dev"
2016-04-14 22:28:55 +03:00
- composer install $flags
2016-04-14 22:22:18 +03:00
script: phpunit