aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install')
-rwxr-xr-x.travis/install2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/install b/.travis/install
index c766d3598..b73eef330 100755
--- a/.travis/install
+++ b/.travis/install
@@ -19,6 +19,8 @@ try:
tfile.extractall()
print "Cached copy found and extracted"
sys.exit(0)
+ else:
+ os.remove(wanted_filename)
except IOError:
os.remove(wanted_filename)