Activate Travis
This commit is contained in:
parent
9c3206ee73
commit
2488b19301
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -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
|
||||||
|
|
||||||
|
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user