summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2018-08-17 10:59:33 -0700
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-28 13:45:55 +1000
commit27c55969c0678e48893be5aa630b657a0eae7530 (patch)
tree20de0aa05db051f2e7dc6714a509337f2bd2ad02
parent8789ca2374c1f7fef21e393c81bc0f0dfddaacae (diff)
downloadtalos-petitboot-27c55969c0678e48893be5aa630b657a0eae7530.tar.gz
talos-petitboot-27c55969c0678e48893be5aa630b657a0eae7530.zip
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 <geoff@infradead.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
-rw-r--r--.travis.yml14
1 files changed, 9 insertions, 5 deletions
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:
OpenPOWER on IntegriCloud