diff options
author | Robert Tari <robert@tari.in> | 2021-10-20 20:50:59 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-10-25 19:34:21 +0200 |
commit | a80c0270f177c83fcfb376ac0b4d624a924bd61a (patch) | |
tree | de4a52f1071dcc4347c31c866e2da92b743476ef | |
parent | 3ea315ff1a96864cf4aa4ee445930c9dc4ce3dfc (diff) | |
download | ayatana-indicator-application-a80c0270f177c83fcfb376ac0b4d624a924bd61a.tar.gz ayatana-indicator-application-a80c0270f177c83fcfb376ac0b4d624a924bd61a.tar.bz2 ayatana-indicator-application-a80c0270f177c83fcfb376ac0b4d624a924bd61a.zip |
.travis.yml: Temporarily disable ppc64le builds
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 51db47f..9556732 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: linux arch: - amd64 - - ppc64le +# - ppc64le services: - docker |