?iť?

Your IP : 3.144.28.245


Current Path : /home/scgforma/www/soctest/htdocs/includes/sabre/sabre/vobject/
Upload File :
Current File : /home/scgforma/www/soctest/htdocs/includes/sabre/sabre/vobject/.travis.yml

language: php
php:
  - 5.5
  - 5.6
  - 7.0
  - 7.1

sudo: false

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