respect-validation/.travis.yml
Augusto Pascutti b0eb1284b8 Add scrutinizer badges to README.
Also removes the unstable build badge, which is kind of redundant since
we will always respect the pattern of keeping the `master` branch stable
enough to be used.

Two Scrutinizer badges were added: code coverage and code quality.

Travis changed to report code coverage to Scrutinizer.
2014-07-11 03:26:03 -03:00

31 lines
384 B
YAML

# a Courtesy of Respect/Foundation
language: php
env: FOUNDATION_NO_WAIT=1
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- make composer-install-dev
- phpenv rehash
script:
- make testdox
- make scrutinizer-coverage
matrix:
allow_failures:
- php: hhvm
notifications:
irc:
channels:
- "irc.freenode.org#php-respect"
use_notice: true