abac424650cb2506c593cd8dbea66bdfa02b533a
[yaffs-website] / .travis.yml
1 language: php
2 php:
3   - "5.3"
4
5 before_install:
6   - composer self-update
7
8 before_script:
9   - composer install
10
11 script:
12   - phpunit --configuration phpunit.xml