diff options
author | Heiko Schocher <hs@denx.de> | 2015-02-03 10:34:10 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-16 15:48:34 -0500 |
commit | 30d06bd2fd70c2e940324f88d06aaeb2a7b61efe (patch) | |
tree | 389c42ee7122c92e4873ea3a6c8d3451991b1869 /.travis.yml | |
parent | 6eefd5279c4e80d613420066364ec3c8ba551a56 (diff) | |
download | u-boot-30d06bd2fd70c2e940324f88d06aaeb2a7b61efe.tar.gz |
.travis.yml: remove 824x builds
remove powerpc 824x build, as this architecture not longer
exists.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 90f0fd7615..923c9ddc3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,9 +107,6 @@ matrix: - TEST_CMD="tools/buildman/buildman mpc512x" INSTALL_TOOLCHAIN="ppc" - env: - - TEST_CMD="tools/buildman/buildman mpc824x" - INSTALL_TOOLCHAIN="ppc" - - env: - TEST_CMD="tools/buildman/buildman mpc8260" INSTALL_TOOLCHAIN="ppc" - env: |