Skip to content
Snippets Groups Projects
Commit a7fb1848 authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

Merge branch 'develop' into '25-implement-gitlab-pipeline-as-ci'

# Conflicts:
#   README.md
parents e2df8063 34865ae6
3 merge requests!37Release 0.4.0,!29Feature/integrate psr2 into ci,!26FEATURE: Gitlab ci initialized (including phpunit test)
Pipeline #79 passed with stage
in 2 minutes and 46 seconds
language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
install:
- 'composer install --prefer-dist'
script:
- 'php vendor/bin/phpunit -c phpunit.xml.dist'
......@@ -23,4 +23,4 @@ _TODO_
Issues
------
Bug reports and feature requests can be submitted on the [Github Issue Tracker](https://github.com/higidi/composer-phpcodesniffer-standards-plugin/issues)
Bug reports and feature requests can be submitted on the [Issue Tracker](https://git.higidi.com/higidi/composer-phpcodesniffer-standards-plugin/issues)
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment