Added gitlab runner configuration

This commit is contained in:
Deon George 2016-06-02 12:07:28 +10:00
parent dd2d6da3f3
commit e8a5e042dd

View File

@ -16,7 +16,7 @@ before_script:
test:5.5:
image: leenooks/php:5.5
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:
- test
tags: