diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2a954eabb6..50259bc931 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -77,6 +77,10 @@ jobs: | |||
77 | - os: linux | 77 | - os: linux |
78 | if: type = cron | 78 | if: type = cron |
79 | env: CI_BUILD_TYPE=codecov | 79 | env: CI_BUILD_TYPE=codecov |
80 | - os: linux | ||
81 | if: type = cron | ||
82 | arch: arm64 | ||
83 | env: CI_BUILD_TYPE=default | ||
80 | 84 | ||
81 | services: | 85 | services: |
82 | - docker | 86 | - docker |