diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2024-09-05 18:00:18 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2024-09-05 18:00:19 -0700 |
| commit | 948ca04a76c0031d17798f79fe3bbc5fb8462e90 (patch) | |
| tree | 139fd9ec7ed82263bc65e8170419c56446709b47 | |
| parent | c3f7041ab19fbf0e937126dc1b7397b97f768b9a (diff) | |
Allow failures for all Travis jobs
Every job on Travis is unstable now.
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index c2e5191332..2ac2372584 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,11 +113,10 @@ matrix: - <<: *arm32-linux allow_failures: # Allow failures for the unstable jobs. - # - name: arm64-linux + - name: arm64-linux - name: ppc64le-linux - name: s390x-linux - # The 2nd arm64 pipeline may be unstable. - # - name: arm32-linux + - name: arm32-linux fast_finish: true before_script: |
