aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/sabre/http/.travis.yml
blob: 490e42e1e9070daf21a82bf5b4537048e587a2e3 (plain) (tree)























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

matrix:
  fast_finish: true

env:
  matrix:
    - PREFER_LOWEST=""
    - PREFER_LOWEST="--prefer-lowest"


before_script:
    - composer self-update
    - composer update --prefer-source $PREFER_LOWEST

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