From 9a5c9c9331f0c0c539cad423a4654015598b0d9d Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Mon, 30 Apr 2018 17:29:04 +1000 Subject: [PATCH] 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 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2