From 382485d9d5c24958cbbc6a923f54efa98f73b8ba Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Sat, 24 Jan 2015 02:28:22 +0100 Subject: [PATCH] Add the humbug configuration --- .gitignore | 1 + humbug.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 humbug.json diff --git a/.gitignore b/.gitignore index 66de342a1..73e9ea7a4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ phpunit.xml composer.lock vendor +/build diff --git a/humbug.json b/humbug.json new file mode 100644 index 000000000..1be124e5f --- /dev/null +++ b/humbug.json @@ -0,0 +1,12 @@ +{ + "timeout": 10, + "source": { + "directories": [ + "src" + ] + }, + "logs": { + "text": "build/humbuglog.txt", + "json": "build/humbuglog.json" + } +}