aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/xml/.travis.yml
blob: 19a61a2c8679bede1fb2bd2234db790ea7aafe98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: php
php:
  - 5.4
  - 5.5
  - 5.6
  - 7
  - hhvm

matrix:
  fast_finish: true

sudo: false

cache: vendor

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

before_script: composer install