[U-Boot] [PATCH] .travis.yml: remove 824x builds

remove powerpc 824x build, as this architecture not longer exists.
Signed-off-by: Heiko Schocher hs@denx.de ---
.travis.yml | 3 --- 1 file changed, 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 90f0fd7..923c9dd 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:

On Tue, Feb 03, 2015 at 10:34:10AM +0100, Heiko Schocher wrote:
remove powerpc 824x build, as this architecture not longer exists.
Signed-off-by: Heiko Schocher hs@denx.de
Applied to u-boot/master, thanks!
participants (2)
-
Heiko Schocher
-
Tom Rini