summaryrefslogtreecommitdiffstats
path: root/vendor/zendframework/zendxml/.travis.yml
blob: 967d999ba07a6e3f0801dbd6dfde7960ffc5b1f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: php
php:
  - 5.3
  - 5.4
  - 5.5
  - 5.6
  - hhvm
 
matrix:
    allow_failures:
        - php: hhvm

before_script:
  - composer self-update
  - composer install --dev

script:
  - ./vendor/bin/phpunit -c ./tests
  - ./vendor/bin/phpcs --standard=PSR2 --ignore=tests/Bootstrap.php library tests
  
notifications:
  irc: "irc.freenode.org#zftalk.dev"
  email: false