From: Christian Brauner Date: Sat, 14 Mar 2020 12:07:39 +0000 (+0100) Subject: travis: enable all architectures X-Git-Tag: lxc-4.0.0~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6937ecffdb37ac42e76dda84ebfd5965b9a2e0f8;p=thirdparty%2Flxc.git travis: enable all architectures Signed-off-by: Christian Brauner --- diff --git a/.travis.yml b/.travis.yml index 993383a09..41f30271c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,17 @@ +dist: bionic +sudo: required language: c + compiler: - gcc - clang + +arch: + - amd64 + - arm64 + - ppc64le + - s390x + before_install: - sudo add-apt-repository ppa:ubuntu-lxc/daily -y - sudo apt-get update -qq