diff options
| author | Bin Meng <[email protected]> | 2019-10-28 07:25:02 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-10-29 16:17:36 -0400 |
| commit | d3c369d1967bec9f4efc7e02ceb891da71d1f500 (patch) | |
| tree | 065f722b6bbecf5032c228365cfe0836b0c1788b | |
| parent | 6cdd177ca9092d1ee094dd3709e25d116e329ca0 (diff) | |
.travis.yml: Remove the unneeded '&' for ls20xx buildman
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a3e7451bcb1..3aaed933465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |
