Skip to content

Commit

Permalink
Add .gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jul 23, 2015
1 parent 61a2321 commit e40f209
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sniffer:
script:
- composer install
- ./vendor/bin/phpcs -p --standard=vendor/arachne/coding-style/ruleset.xml --ignore=_* src tests

latest:
script:
- composer install
- ./vendor/bin/codecept build
- ./vendor/bin/codecept run

0 comments on commit e40f209

Please sign in to comment.