diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-12-22 14:27:35 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-12-22 14:27:35 +0100 |
commit | bcc5cc528b375b265610336d86d4aff88db2dd49 (patch) | |
tree | 615b1cd2597d07e099b3dd024504e0d7ce6ffc01 | |
parent | 9aa47501b260e130a9a973218cc4273f4de1f4f9 (diff) | |
parent | 3255a97e97cd01e3d5a632374d39cc9f38056cfc (diff) | |
download | ayatana-ido-bcc5cc528b375b265610336d86d4aff88db2dd49.tar.gz ayatana-ido-bcc5cc528b375b265610336d86d4aff88db2dd49.tar.bz2 ayatana-ido-bcc5cc528b375b265610336d86d4aff88db2dd49.zip |
Merge branch 'dthadi3-ppc64le'
Attributes GH PR #23: https://github.com/AyatanaIndicators/ayatana-ido/pull/23
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 611869f..a7e63c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,11 @@ dist: bionic language: shell os: linux + +arch: + - amd64 + - ppc64le + services: - docker @@ -30,3 +35,7 @@ env: - DISTRO="debian:testing" # - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" +jobs: + exclude: + - env: DISTRO="archlinux:latest" + arch: ppc64le |