From 75793c6750efde3a5e22f2ffb1bb45e78f314beb Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 18 Jul 2018 14:32:47 -0400 Subject: [PATCH] Travis: remove DFHack-built things in DF folder from cache --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 619b48d4f..9c0e8112e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,8 +54,12 @@ script: - cp travis/dfhack_travis.init "$DF_FOLDER"/ - 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" +- rm -f "$DF_FOLDER"/*.log notifications: email: false # irc: