aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/http/.travis.yml
blob: 8ae84d90f8e6419172a71c0d6c0fdf85770ac910 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: php
php:
  - 5.4
  - 5.5
  - 5.6
  - 7
  - 7.1
  - hhvm

matrix:
  fast_finish: true

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


before_script:
    - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
#    - composer self-update
    - composer update --prefer-source $PREFER_LOWEST

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