From 227df38b5f8d7b0af3a5e7a2e706aac1ff6ef036 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 19 Jun 2019 09:26:29 -0400 Subject: [PATCH] ci: travis: no need to cache the autom4te.cache any longer Summary: This was part of the caching speedup for autotools we no longer need. Depends on D9121 Reviewers: zmike, bu5hm4n Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9122 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d2d233fad..c85f52e709 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ cache: directories: - $HOME/cachedir - $HOME/.ccache - - $HOME/autom4te.cache sudo: required dist: trusty