ci: travis: no need to cache the autom4te.cache any longer
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 19 Jun 2019 13:26:29 +0000 (09:26 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 26 Jun 2019 01:39:04 +0000 (10:39 +0900)
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

index 6d2d233..c85f52e 100644 (file)
@@ -3,7 +3,6 @@ cache:
   directories:
     - $HOME/cachedir
     - $HOME/.ccache
-    - $HOME/autom4te.cache
 sudo: required
 dist: trusty