7 lines
115 B
YAML
7 lines
115 B
YAML
|
language: php
|
||
|
phps:
|
||
|
- 5.3
|
||
|
script: cd tests && phpunit .
|
||
|
notifications:
|
||
|
irc: "irc.freenode.org#semanticscuttle"
|