Activate Travis
Dieser Commit ist enthalten in:
Ursprung
9c3206ee73
Commit
2488b19301
16
.travis.yml
Normale Datei
16
.travis.yml
Normale Datei
@ -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
|
||||
---------------------
|
||||
|
||||
[](https://travis-ci.org/TumTum/oxid-sql-logger)
|
||||
|
||||
Returns all SQL queries into console of a Browser.
|
||||
|
||||
## Install
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren