Skip to content

Commit e40f209

Browse files
committed
Add .gitlab-ci
1 parent 61a2321 commit e40f209

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
sniffer:
2+
script:
3+
- composer install
4+
- ./vendor/bin/phpcs -p --standard=vendor/arachne/coding-style/ruleset.xml --ignore=_* src tests
5+
6+
latest:
7+
script:
8+
- composer install
9+
- ./vendor/bin/codecept build
10+
- ./vendor/bin/codecept run

0 commit comments

Comments
 (0)