mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
.travis.yml: Remove the unneeded '&' for ls20xx buildman
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
6cdd177ca9
commit
d3c369d196
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ matrix:
|
|||
- BUILDMAN="freescale&aarch64&ls108"
|
||||
- name: "buildman NXP AArch64 LS20xx"
|
||||
env:
|
||||
- BUILDMAN="freescale&aarch64&&ls20"
|
||||
- BUILDMAN="freescale&aarch64&ls20"
|
||||
- name: "buildman NXP AArch64 LX216x"
|
||||
env:
|
||||
- BUILDMAN="freescale&aarch64&lx216"
|
||||
|
|
Loading…
Reference in a new issue