summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-11-06 09:10:27 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-11-06 09:10:27 -0800
commit212f4d49bac844b3c0fa52f2185b3df30aa62e75 (patch)
tree7861466331e5121dc1dec3a0f3e3b8c4c0904eaa /.travis.yml
parent7750edd1e6822d4d5ee809d55691478af712ad95 (diff)
Remove arm64 from allow_failures
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ce9dcdf60f..1336d04bf7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -378,6 +378,7 @@ matrix:
include:
# Build every commit:
- <<: *x86_64-linux
+ - <<: *arm64-linux
- <<: *i686-linux
- <<: *pedanticism
- <<: *assertions
@@ -385,7 +386,6 @@ matrix:
- <<: *rubyspec
- <<: *dependency
# Build every commit (Allowed Failures):
- - <<: *arm64-linux
- <<: *ASAN
- <<: *MSAN
- <<: *UBSAN
@@ -400,7 +400,6 @@ matrix:
- <<: *CALL_THREADED_CODE
- <<: *NO_THREADED_CODE
allow_failures:
- - name: arm64-linux
- name: -fsanitize=address
- name: -fsanitize=memory
- name: -fsanitize=undefined