From 0128bc39db3b9583fda9092aafa16638b9da7dfd Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 19 Jul 2018 11:43:43 -0400 Subject: [PATCH] Don't include stdout.log in build output This has ncurses output in it --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5a6cce60..c90276540 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,6 @@ script: - python travis/run-tests.py "$DF_FOLDER" - python travis/check-rpc.py "$DF_FOLDER/dfhack-rpc.txt" before_cache: -- cat "$DF_FOLDER/stdout.log" - cat "$DF_FOLDER/stderr.log" - rm -rf "$DF_FOLDER/hack" - rm -rf "$DF_FOLDER/dfhack-config"