respect-validation/.travis.yml
Henrique Moody 4993bd61c1 Update CI settings
- Allow `code_rating` check on Scrutinizer
- Exclude tests/* and vendor/* from Scrutinizer paths
- Fix Travis error when running composer
- Run `php_analyzer` on Scrutinizer
- Run `php_mess_detector` on Scrutinizer
- Run PHPUnit on Travis without using Foundation
- Run tests coverage on Scrutinizer
2015-01-02 15:58:46 -02:00

27 lines
380 B
YAML

language:
php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- composer install --dev --no-interaction --prefer-source
- phpenv rehash
script:
- vendor/bin/phpunit --configuration tests/phpunit.xml --testdox tests/
matrix:
allow_failures:
- php: hhvm
notifications:
irc:
channels:
- "irc.freenode.org#php-respect"
use_notice: true