Throwing errors about my command, figured it's best to just use the same thing I'm using locally. Really hope that this is something that can be done.
9 lines
120 B
YAML
9 lines
120 B
YAML
language: php
|
|
|
|
php:
|
|
- "5.5"
|
|
|
|
install:
|
|
- composer install
|
|
|
|
script: phpunit --bootstrap ./tests/bootstrap.php ./tests
|