On Thu 02 Feb 2017, Emil Velikov wrote:
> On 2 February 2017 at 01:27, Eric Anholt wrote:
> > Emil Velikov writes:
> >
> >> From: Emil Velikov
> >>
> >> The instance offers 2 cores, so use them to speed things up.
> >>
> >> Signed-off-by: Emil Velikov
> >
> > They don't just set MAKEFLAGS in th
On 2 February 2017 at 01:27, Eric Anholt wrote:
> Emil Velikov writes:
>
>> From: Emil Velikov
>>
>> The instance offers 2 cores, so use them to speed things up.
>>
>> Signed-off-by: Emil Velikov
>
> They don't just set MAKEFLAGS in the environment? That's weird.
>
From what I've read they don
Emil Velikov writes:
> From: Emil Velikov
>
> The instance offers 2 cores, so use them to speed things up.
>
> Signed-off-by: Emil Velikov
They don't just set MAKEFLAGS in the environment? That's weird.
Looks like an alternative would be to set - MAKEFLAGS=-j2 in the "env:"
section, but this
From: Emil Velikov
The instance offers 2 cores, so use them to speed things up.
Signed-off-by: Emil Velikov
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b5dad7f3ea..e7f23409a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -