From: Vitaly Chikunov Date: Sun, 2 Feb 2020 18:23:04 +0000 (+0300) Subject: travis-ci: Optimize and rearrange .travis.yml X-Git-Tag: v3.0.0~210 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=d34849a2c4948348b5b505ff3744bd837447bc0a;hp=d34849a2c4948348b5b505ff3744bd837447bc0a;p=openssl-gost%2Fengine.git travis-ci: Optimize and rearrange .travis.yml - Remove redundant 'os: linux', 'compiler: gcc' tags. - Order jobs: x86_64 builds, analysers, other arches, other OSes. - Mark openssl-master build as 'allow_failures' for PRs. - Build all jobs against 'OpenSSL_1_1_1-stable' by default. - Do not include 'linux/arch' in the job name, because Travis show them already. - Split name by ' | ' instead of '/' so it's easier to understand. ---