Blame view

sources/3rdparty/sabre/vobject/.travis.yml 127 Bytes
f7d878ff1   kload   [enh] Update to 7...
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