mirror of
https://github.com/mosbth/cimage.git
synced 2025-01-18 03:28:16 +01:00
14 lines
148 B
YAML
14 lines
148 B
YAML
language: php
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
- nightly
|
|
|
|
script:
|
|
- phpunit
|
|
|
|
notifications:
|
|
irc: "irc.freenode.org#dbwebb"
|