Added gitlab runner configuration
This commit is contained in:
parent
dd2d6da3f3
commit
e8a5e042dd
@ -16,7 +16,7 @@ before_script:
|
|||||||
test:5.5:
|
test:5.5:
|
||||||
image: leenooks/php:5.5
|
image: leenooks/php:5.5
|
||||||
script:
|
script:
|
||||||
- phpunit --bootstrap=includes/kohana/modules/unittest/bootstrap.php --exclude-group kohana --colors --verbose $@ includes/kohana/modules/unittest/tests.php --site=test
|
- phpunit --bootstrap=includes/kohana/modules/unittest/bootstrap.php --exclude-group kohana --colors --verbose $@ includes/kohana/modules/unittest/tests.php
|
||||||
only:
|
only:
|
||||||
- test
|
- test
|
||||||
tags:
|
tags:
|
||||||
|
Reference in New Issue
Block a user