On Fri, 2017-04-28 at 19:27 +0100, Emil Velikov wrote:
> On 28 April 2017 at 19:15, Emil Velikov wrote:
> > On 28 April 2017 at 11:50, Andres Gomez wrote:
> > > Do we want to do this?
> > >
> > > According to Travis own doc, there is little to no gain:
> > > https://docs.travis-ci.com/user/cachi
On 28 April 2017 at 19:15, Emil Velikov wrote:
> On 28 April 2017 at 11:50, Andres Gomez wrote:
>> Do we want to do this?
>>
>> According to Travis own doc, there is little to no gain:
>> https://docs.travis-ci.com/user/caching/#Things-not-to-cache
>>
> The packages we use should not be slow to d
On 28 April 2017 at 11:50, Andres Gomez wrote:
> Do we want to do this?
>
> According to Travis own doc, there is little to no gain:
> https://docs.travis-ci.com/user/caching/#Things-not-to-cache
>
The packages we use should not be slow to download, although I've not
checked explicitly. It seems c
Do we want to do this?
According to Travis own doc, there is little to no gain:
https://docs.travis-ci.com/user/caching/#Things-not-to-cache
On Thu, 2017-04-27 at 19:38 +0100, Emil Velikov wrote:
> From: Emil Velikov
>
> Signed-off-by: Emil Velikov
> ---
> .travis.yml | 1 +
> 1 file changed,
From: Emil Velikov
Signed-off-by: Emil Velikov
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index e317a027233..061aed1bc7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ sudo: false
dist: trusty
cache:
+ apt: true
directories: