summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-06-19 09:26:29 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-06-19 09:26:29 -0400
commit227df38b5f8d7b0af3a5e7a2e706aac1ff6ef036 (patch)
tree9a866e3ec2851a57884c3c82fa647b3c9f456ec8 /.travis.yml
parent06d59c3457534edd3b326aa830d138074d1ea009 (diff)
downloadefl-227df38b5f8d7b0af3a5e7a2e706aac1ff6ef036.tar.gz
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
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