summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-23 14:10:12 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-23 14:10:12 +0000
commit3675920c1e4e4d8464a6f18b6999b583fc1d3acf (patch)
tree1280546aceb1607a60cfae120cae43cd5c3cf313 /.travis.yml
parentf2dfe96d177a45bd67e8846b5e008eae9facdd3d (diff)
.travis.yml: run the slowest jobs first
to shorten time taken for finishing overall builds. appveyor.yml: comment the same intention in AppVeyor as well git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 12 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index ddff56a0a7..3af648d24e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,17 +51,7 @@ addons:
matrix:
include:
- - name: x86_64-linux --with-jemalloc
- os: linux
- compiler: gcc
- env:
- - "CONFIG_FLAG='--with-gmp --with-jemalloc --with-valgrind'"
- - "JOBS=-j`nproc`"
- - name: x86_64-linux
- os: linux
- compiler: gcc-8
- env:
- - "JOBS=-j`nproc`"
+ # to reduce time for finishing all jobs, run the slowest osx build first.
- name: x86_64-darwin17
os: osx
compiler: clang
@@ -78,6 +68,17 @@ matrix:
- git -C $brew_core_dir checkout -q 25590710e3f7af9cfa173c5cd3eb41a0532107b6
- HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade openssl@1.1
- /usr/local/opt/openssl@1.1/bin/openssl version
+ - name: x86_64-linux --with-jemalloc
+ os: linux
+ compiler: gcc
+ env:
+ - "CONFIG_FLAG='--with-gmp --with-jemalloc --with-valgrind'"
+ - "JOBS=-j`nproc`"
+ - name: x86_64-linux
+ os: linux
+ compiler: gcc-8
+ env:
+ - "JOBS=-j`nproc`"
# - name: uinversal.i386-darwin17
# os: osx
# compiler: clang