respect-validation/.travis.yml
2014-05-16 12:54:18 -03:00

30 lines
354 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
matrix:
allow_failures:
- php: hhvm
notifications:
irc:
channels:
- "irc.freenode.org#php-respect"
use_notice: true