travis: reorder jobs to reduce overall build time per push
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 21 Nov 2018 15:49:14 +0000 (16:49 +0100)
committerHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 05:37:06 +0000 (14:37 +0900)
commite011904c862319db63073fbb2bb71a8ce6a98a62
tree55e9239a3442d6fb4f09860cdf00cc6973818ecb
parent7115a3f31e288d15c4b7faacf1f78b74bac4cfb4
travis: reorder jobs to reduce overall build time per push

We currently have 6 jobs runnign after a git push, but only 5 parallel
workers available. The macos build takes way longer then the meson
builds for example which we will use to our advantage.

Starting the longest builds (macos and mingw) first and letting the
second meson build start after the first ones finishes. That way the
limitation is still the long running macos job.

Differential Revision: https://phab.enlightenment.org/D7321
.travis.yml