From 28a7c91b268223c64b6984d991d30658251fa45d Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 18 Mar 2020 13:52:55 +0000 Subject: Add make clean for safety --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee29ce34..2a422bdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ script: # note that we consider the build successful if there is no difference # between the results in the repo and that generated by travis. An exception # are the pdf files, which often differ due to different latex versions etc. - - docker run -v /home/travis/build/alan-turing-institute/analysis/output:/TCPDBench/analysis/output alan-turing-institute/tcpdbench /bin/bash -c "make results && git checkout ./analysis/output/rankplots/*.pdf && git diff --exit-code" + - docker run -v /home/travis/build/alan-turing-institute/analysis/output:/TCPDBench/analysis/output alan-turing-institute/tcpdbench /bin/bash -c "make clean && make results && git checkout ./analysis/output/rankplots/*.pdf && git diff --exit-code" -- cgit v1.2.3