diff options
author | Robert Tari <robert@tari.in> | 2021-10-20 21:00:25 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-10-20 21:00:25 +0200 |
commit | 8cae720697d84061f1b6bac0e3729d96731bc65d (patch) | |
tree | efac2a4bf76472a578117798df3253b1c1b6c9ce | |
parent | 03b3c67d62f12ed4b828e377941434be11299639 (diff) | |
download | ayatana-indicator-power-8cae720697d84061f1b6bac0e3729d96731bc65d.tar.gz ayatana-indicator-power-8cae720697d84061f1b6bac0e3729d96731bc65d.tar.bz2 ayatana-indicator-power-8cae720697d84061f1b6bac0e3729d96731bc65d.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 |