Skip to content

Commit 49d4421

Browse files
committed
.travis.yml: Disable allow_failures for arm32.
I want to disable allow_failures if possible to avoid unintentional new failures. It seems that the arm32 case is stable. Feel free to enable allow_failures again when you see the case is unstable.
1 parent ddf5a33 commit 49d4421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ matrix:
110110
# - <<: *s390x-linux
111111
allow_failures:
112112
# Allow failures for the unstable jobs.
113-
- name: arm32-linux
113+
# - name: arm32-linux
114114
# - name: arm64-linux
115115
- name: ppc64le-linux
116116
- name: s390x-linux

0 commit comments

Comments
 (0)