1
0
mirror of https://github.com/simshaun/recurr.git synced 2025-02-16 22:15:05 +01:00
recurr/.travis.yml
2014-06-07 18:43:27 -04:00

11 lines
211 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- composer self-update
- composer update nothing
- composer --prefer-source --dev install
script: ./vendor/bin/phpunit --coverage-text