aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/sabre/vobject/.travis.yml
blob: 06bbdf8a0ae32191673746d512bdeb16b29e0050 (plain) (tree)
1
2
3
4
5
6
7
8

             
       
       



           


                 




                                               
 


                                     
 


                           
language: php
php:
  - 5.5
  - 5.6
  - 7
  - hhvm

sudo: false

matrix:
  allow_failures:
    - php: hhvm

script:
  - phpunit --configuration tests/phpunit.xml
  - ./bin/sabre-cs-fixer fix . --dry-run --diff

before_script:
  - phpenv config-rm xdebug.ini; true
  - composer install

cache:
  directories:
    - $HOME/.composer/cache