Activate Travis

This commit is contained in:
Tobias Matthaiou 2019-10-01 12:21:04 +02:00
bovenliggende 9c3206ee73
commit 2488b19301
2 gewijzigde bestanden met toevoegingen van 18 en 0 verwijderingen

16
.travis.yml Normal file
Bestand weergeven

@ -0,0 +1,16 @@
language: php
php:
- 7.0
cache:
directories:
- $HOME/.composer/cache
before_script:
- composer install
script:
- php ./vendor/bin/phpspec run --format=pretty --stop-on-failure --no-code-generation

Bestand weergeven

@ -1,6 +1,8 @@
Oxid eShop SQL Logger Oxid eShop SQL Logger
--------------------- ---------------------
[![Build Status](https://travis-ci.org/TumTum/oxid-sql-logger.svg?branch=master)](https://travis-ci.org/TumTum/oxid-sql-logger)
Returns all SQL queries into console of a Browser. Returns all SQL queries into console of a Browser.
## Install ## Install