travis.yml: Split Freescale ARM job up more
authorTom Rini <trini@konsulko.com>
Wed, 30 Nov 2016 19:05:08 +0000 (14:05 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 1 Dec 2016 00:31:10 +0000 (19:31 -0500)
In order to avoid running into the time limit, split the 32bit and 64bit
Freescale boards into separate jobs.  We could either pass
"freescale & armv8" to buildman or exclude all of the 32bit CPUs.  While
the former is shorter I fear the amount of possible escaping required
would make things less readable.

Signed-off-by: Tom Rini <trini@konsulko.com>

No differences found