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

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