Probably want to include an autoloader at some point. Also added PHP 5.3 and 5.4 to the test list, 5.3 outta fail, unsure about 5.4
11 lines
140 B
YAML
11 lines
140 B
YAML
language: php
|
|
|
|
php:
|
|
- "5.3"
|
|
- "5.4"
|
|
- "5.5"
|
|
|
|
install:
|
|
- composer install
|
|
|
|
script: phpunit --bootstrap ./tests/bootstrap.php ./tests
|