diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-21 17:58:08 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-21 17:58:08 -0500 |
commit | afdf09ac260f7ec245c85b94a5de5f92af06bc25 (patch) | |
tree | b26e972a2feb102b60e6bae882d5fe4741b7d5ec /.travis.yml | |
parent | 2d8d190c8394b43c0989cdb04a50cb48d4e1f8da (diff) | |
download | u-boot-afdf09ac260f7ec245c85b94a5de5f92af06bc25.zip u-boot-afdf09ac260f7ec245c85b94a5de5f92af06bc25.tar.gz u-boot-afdf09ac260f7ec245c85b94a5de5f92af06bc25.tar.bz2 |
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>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6c4ea59..8024765 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: |