[U-Boot] [PATCH] travis-ci: Split p1_p2_rdb_pc and p1010rdb into separate jobs

On occasion the job that does these two build types will hit the time limit so split this in two.
Signed-off-by: Tom Rini trini@konsulko.com --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 6c4ea59c3c7f..8024765c3ae3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -190,7 +190,9 @@ matrix: - env: - BUILDMAN="t208xrdb t4qds t102*" - env: - - BUILDMAN="p1_p2_rdb_pc p1010rdb" + - BUILDMAN="p1_p2_rdb_pc" + - env: + - BUILDMAN="p1010rdb" - env: - BUILDMAN="corenet_ds b4860qds sbc8548 bsc91*" - env:

On Sat, Jan 21, 2017 at 05:58:47PM -0500, Tom Rini wrote:
On occasion the job that does these two build types will hit the time limit so split this in two.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
participants (1)
-
Tom Rini