From d226f3c11e4f8b5c193785e64c0f868ed0d573e7 Mon Sep 17 00:00:00 2001 From: Don Cross Date: Sat, 4 Jul 2020 20:21:10 -0400 Subject: [PATCH] Make Travis CI leave output/8.top alone. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f21c612..61d017af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_script: script: - export CC=/usr/bin/gcc-6 - ls -l ${CC} && ${CC} --version - - cd generate && rm -f output/* && ./run && ./verify_clean + - cd generate && rm -f output/vsop*.txt output/*.eph && ./run && ./verify_clean branches: only: