
4 Jul
2019
4 Jul
'19
3:35 a.m.
Currently we only have one, but this will expand to cover other boards as they are supported.
Signed-off-by: Joel Stanley joel@jms.id.au --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml index 6662ca126ab5..53dade5ae116 100644 --- a/.travis.yml +++ b/.travis.yml @@ -169,6 +169,9 @@ matrix: env: - JOB="arm926ejs" BUILDMAN="arm926ejs -x freescale,siemens,at91,kirkwood,spear,omap" + - name: 'buildman aspeed' + env: + - BUILDMAN="aspeed" - name: "buildman at91 (non arm v7)" env: - BUILDMAN="at91 -x armv7"
--
2.20.1