diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-10 14:12:56 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-10 14:12:56 +0100 |
commit | f07e4bd2824ab3d61bf299722a5f0c08de59ce1d (patch) | |
tree | 088a39c8df63f13af2791856dbe73c6100cd73ab | |
parent | abcf34b1895b413765a73485d59b258e4bd45749 (diff) | |
download | ayatana-ido-f07e4bd2824ab3d61bf299722a5f0c08de59ce1d.tar.gz ayatana-ido-f07e4bd2824ab3d61bf299722a5f0c08de59ce1d.tar.bz2 ayatana-ido-f07e4bd2824ab3d61bf299722a5f0c08de59ce1d.zip |
.travis.yml: Re-enable ppc64le builds on Travis CI again.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9556732..51db47f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: linux arch: - amd64 -# - ppc64le + - ppc64le services: - docker |