Skip to content
Snippets Groups Projects
Commit 0df0d4a3 authored by Daniel Hürtgen's avatar Daniel Hürtgen Committed by GitHub
Browse files

Merge pull request #10 from higidi/feature/5-integrate-travis-ci

Feature/5 integrate travis ci
parents 60050ad2 4f1de93f
Branches
Tags
No related merge requests found
language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
install:
- 'composer install --prefer-dist'
......@@ -3,6 +3,8 @@ About
Composer plugin installs [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) Standards.
[![Build Status](https://travis-ci.org/higidi/composer-phpcodesniffer-standards-plugin.svg?branch=master)](https://travis-ci.org/higidi/composer-phpcodesniffer-standards-plugin)
Requirements
------------
......
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