commit | bb417f1c9055dc17df08d1e2c9edc281ad19b648 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Nov 30 14:05:08 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 30 19:31:10 2016 -0500 |
tree | e068968ec77d9d5de6fe44cb3d6a6999ffee4d7b | |
parent | 4d6647ab17ab9d33c60f7a9f07576c5fbdf6336f [diff] |
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 <trini@konsulko.com>