From: Tom Rini Date: Wed, 30 Nov 2016 19:05:08 +0000 (-0500) Subject: travis.yml: Split Freescale ARM job up more X-Git-Tag: v2017.01-rc1~155 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bb417f1c9055dc17df08d1e2c9edc281ad19b648;hp=bb417f1c9055dc17df08d1e2c9edc281ad19b648;p=oweals%2Fu-boot.git travis.yml: Split Freescale ARM job up more 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 ---