summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-18 19:09:40 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-18 19:10:24 +0900
commit829b800c10086ee504995c6e088d87370c552c40 (patch)
tree00c45786596a6cbd8457b15037f884c968ed350d
parent51edcbad5be46af800961aabc7b45f0ce6509990 (diff)
Reoder Travis matrix.include
to clarify what's running for every commit.
-rw-r--r--.travis.yml15
1 files changed, 9 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index b64d7eb003..c12a594722 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -398,25 +398,28 @@ env:
matrix:
include:
- # to reduce time for finishing all jobs, run the slowest osx build first.
+ # To reduce time for finishing all jobs, running the slowest osx build first.
+ # Build every commit:
- <<: *x86_64-darwin18
- <<: *x86_64-linux
- <<: *i686-linux
- - <<: *jemalloc
- <<: *pedanticism
+ - <<: *assertions
+ - <<: *baseruby
+ - <<: *rubyspec
+ - <<: *dependency
+ # Build every commit (Allowed Failures):
- <<: *ASAN
- <<: *MSAN
- <<: *UBSAN
- - <<: *assertions
+ # Cron only:
+ - <<: *jemalloc
- <<: *VM_CHECK_MODE
- <<: *WITH_COROUTINE_UCONTEXT
- <<: *WITH_COROUTINE_COPY
- <<: *TOKEN_THREADED_CODE
- <<: *CALL_THREADED_CODE
- <<: *NO_THREADED_CODE
- - <<: *baseruby
- - <<: *rubyspec
- - <<: *dependency
allow_failures:
- name: -fsanitize=address
- name: -fsanitize=memory