From: Geoff Levand Date: Fri, 17 Aug 2018 17:59:33 +0000 (-0700) Subject: travis: Update to job matrix X-Git-Tag: v1.9.1~4 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;ds=inline;h=27c55969c0678e48893be5aa630b657a0eae7530;p=petitboot travis: Update to job matrix o Set language to bash (same as generic), so just the scrip steps run. o Move build-builder to 'before_script'. o Switch to a job matrix of 'os' entries with names. Signed-off-by: Geoff Levand Signed-off-by: Samuel Mendoza-Jonas --- diff --git a/.travis.yml b/.travis.yml index f458213..cff60dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,17 @@ -language: c +language: bash sudo: required dist: trusty services: docker -os: - - linux - - linux-ppc64le -before_install: +matrix: + include: + - os: linux + name: "linux" + - os: linux-ppc64le + name: "linux-ppc64le" + +before_script: - ./docker/build-builder script: