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: 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: