15 lines
161 B
YAML
15 lines
161 B
YAML
|
language: php
|
||
|
|
||
|
php:
|
||
|
- 5.3
|
||
|
- 5.4
|
||
|
- 5.5
|
||
|
- 5.6
|
||
|
- hhvm
|
||
|
|
||
|
|
||
|
before_script: composer install --dev --prefer-source
|
||
|
|
||
|
notifications:
|
||
|
email: jason@grimesit.com
|