From ec45474c8e270cd4bdfdd9378b8a5b971462171b Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sun, 8 Jan 2017 21:38:30 -0600 Subject: [PATCH] Move Humbug log to build --- .gitignore | 3 +-- humbug.json.dist | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1bb4d26..b137d9c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ build composer.lock phpunit.xml vendor -humbuglog.txt -humbug.json \ No newline at end of file +humbug.json diff --git a/humbug.json.dist b/humbug.json.dist index 4197f79..efe52e8 100644 --- a/humbug.json.dist +++ b/humbug.json.dist @@ -9,6 +9,6 @@ }, "timeout": 10, "logs": { - "text": "humbuglog.txt" + "text": "build/humbuglog.txt" } } \ No newline at end of file