Skip to content

Commit 948ca04

Browse files
committed
Allow failures for all Travis jobs
Every job on Travis is unstable now.
1 parent c3f7041 commit 948ca04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,10 @@ matrix:
113113
- <<: *arm32-linux
114114
allow_failures:
115115
# Allow failures for the unstable jobs.
116-
# - name: arm64-linux
116+
- name: arm64-linux
117117
- name: ppc64le-linux
118118
- name: s390x-linux
119-
# The 2nd arm64 pipeline may be unstable.
120-
# - name: arm32-linux
119+
- name: arm32-linux
121120
fast_finish: true
122121

123122
before_script:

0 commit comments

Comments
 (0)