sterntours/vendor/gregwar/cache/Gregwar/Cache/.travis.yml
2020-07-09 12:49:32 +02:00

14 lines
170 B
YAML

language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
script:
- composer install
- mkdir tests/cache
- chmod 777 tests/cache
- phpunit