10 lines
135 B
YAML
10 lines
135 B
YAML
|
language: php
|
||
|
install:
|
||
|
- pear install Console_Color2-alpha
|
||
|
php:
|
||
|
- 5.3
|
||
|
- 5.4
|
||
|
- 5.5
|
||
|
- 5.6
|
||
|
script: cd tests && pear run-tests .
|