aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/vobject/.travis.yml
blob: 6bf8b75929a9c0f6f1c0982c29da86f0fc095459 (plain) (blame)
1
2
3
4
5
6
7
8
9
language: php
php:
  - 5.3
  - 5.4
  - 5.5

script: phpunit --configuration tests/phpunit.xml

before_script: composer install