miniflux-legacy/vendor/zendframework/zendxml/.travis.yml

44 lines
766 B
YAML
Raw Normal View History

2016-02-10 02:30:07 +01:00
sudo: false
2015-12-16 01:26:15 +01:00
language: php
2016-02-10 02:30:07 +01:00
branches:
except:
- /^release-.*$/
- /^ghgfk-.*$/
cache:
directories:
- $HOME/.composer/cache
2015-12-16 01:26:15 +01:00
matrix:
allow_failures:
- php: hhvm
2016-02-10 02:30:07 +01:00
matrix:
fast_finish: true
include:
- php: 5.3
- php: 5.4
- php: 5.5
env:
- EXECUTE_CS_CHECK=true
- php: 5.6
- php: 7
- php: hhvm
allow_failures:
- php: hhvm
2015-12-16 01:26:15 +01:00
2016-02-10 02:30:07 +01:00
before_install:
2015-12-16 01:26:15 +01:00
- composer self-update
2016-02-10 02:30:07 +01:00
install:
- travis_retry composer install --no-interaction --ignore-platform-reqs
2015-12-16 01:26:15 +01:00
script:
- ./vendor/bin/phpunit -c ./tests
2016-02-10 02:30:07 +01:00
- if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/phpcs --standard=PSR2 --ignore=tests/Bootstrap.php library tests ; fi
2015-12-16 01:26:15 +01:00
notifications:
irc: "irc.freenode.org#zftalk.dev"
email: false