From: Andrew Donnellan Date: Mon, 30 Apr 2018 07:29:04 +0000 (+1000) Subject: travis: Enable ppc64le Travis builds X-Git-Tag: v1.8.0~9 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=9a5c9c9331f0c0c539cad423a4654015598b0d9d;hp=281b1398778cdcde08aa8a6a96d0d8c7794fd259 travis: Enable ppc64le Travis builds Travis now supports building on ppc64le. Given that Power machines are currently the largest use case of petitboot, it seems appropriate that we enable this. Signed-off-by: Andrew Donnellan Signed-off-by: Samuel Mendoza-Jonas --- diff --git a/.travis.yml b/.travis.yml index 4ba95f4..1b82a1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: c sudo: required dist: trusty +os: + - linux + - linux-ppc64le before_install: - sudo apt-get -qq update