From 7a8cc5b86162e268c23b34776d3783953e46f15f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 28 Nov 2017 08:52:12 +0100 Subject: [PATCH] .travis.yml: musl builds are on armv6 now. Should catch a few errors that hit hour builders. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 455a72d44f4..a17e00d512c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: - ARCH=aarch64 BOOTSTRAP=x86_64 - ARCH=armv7hf BOOTSTRAP=x86_64 - ARCH=x86_64-musl BOOTSTRAP=x86_64-musl - - ARCH=armv7hf-musl BOOTSTRAP=x86_64-musl + - ARCH=armv6hf-musl BOOTSTRAP=x86_64-musl - ARCH=aarch64-musl BOOTSTRAP=x86_64-musl before_script: