From a833eb29f7eaced61919b7ed19e830a3905e8a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Thu, 19 Mar 2020 10:20:02 +0900 Subject: .travis.yml: allow arm32-linux to fail It seems fragile now, seemingly due to environmental issues. Lets allow it to fail for a while. Reported by Jun Agura [ruby-core:97540] --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5db134a90c..3723539037 100644 --- a/.travis.yml +++ b/.travis.yml @@ -457,6 +457,7 @@ matrix: allow_failures: - name: -fsanitize=address - name: -fsanitize=memory + - name: arm32-linux fast_finish: true before_script: -- cgit v1.2.3