From b1998cb0b1ed562922f992295dcc1c121273ef07 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 15 Nov 2017 15:05:34 -0800 Subject: Speed up the Travis build. This does two major things: 1. It stores the arm gcc in the repo. The download from the PPA was taking between 2 and 7 minutes. 2. It splits each board into a separate job so they are built in parallel. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 133e2625c..91863791e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,7 @@ *.jpg binary *.dxf binary *.mpy binary +*.deb binary # These should also not be modified by git. tests/basics/string_cr_conversion.py -text -- cgit v1.2.3