Rss-Bridge/.travis.yml
Teromene 671cba4f68
Update .travis.yml
Try to fix build failure
2018-01-11 11:41:25 +00:00

25 lines
380 B
YAML

dist: trusty
sudo: false
language: php
install:
- pear channel-update pear.php.net
- pear install PHP_CodeSniffer
script:
- phpenv rehash
- phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.0
- php: hhvm
- php: nightly
allow_failures:
- php: hhvm
- php: nightly