diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-03-19 10:48:00 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-03-19 10:48:32 +0900 |
commit | eeb178dc1fe69b5fbf7194d75c0f6ac7e02d4de1 (patch) | |
tree | 4f7759c9909109dce15674e13642c0506c3e33a8 | |
parent | 79b4aca94cb3307ff49135114fca2db7c9b5331d (diff) |
.travis.yml: allow arm64-linux to fail
Ditto for a833eb29f7eaced61919b7ed19e830a3905e8a8b
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3723539037..ab2edd1f96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -458,6 +458,7 @@ matrix: - name: -fsanitize=address - name: -fsanitize=memory - name: arm32-linux + - name: arm64-linux fast_finish: true before_script: |