.gitlab-ci.yml: initial import

This commit is contained in:
Thomas Gelf 2016-11-28 16:17:09 +01:00
parent 1955b4fccd
commit f2cf04d247

11
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,11 @@
stages:
- Unit-Tests
Xenial:
stage: Unit-Tests
tags:
- xenial
- businessprocess
script:
- phpunit --testdox-text || phpunit --verbose