From 2488b19301cb0160337ea1c8adef78afe669e8e9 Mon Sep 17 00:00:00 2001 From: Tobias Matthaiou Date: Tue, 1 Oct 2019 12:21:04 +0200 Subject: [PATCH] Activate Travis --- .travis.yml | 16 ++++++++++++++++ README.md | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bf83d90 --- /dev/null +++ b/.travis.yml @@ -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 + + diff --git a/README.md b/README.md index 7201f53..67313f1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ 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. ## Install