diff options
author | Robert Tari <robert@tari.in> | 2021-10-20 21:27:16 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-10-20 21:27:16 +0200 |
commit | bc2bd700f5da40ed2523a57263de303cc52e4b8a (patch) | |
tree | b6717cc9e7d2ecb4142f069826004d1a4004a48b | |
parent | 1117825d2f8d4e8d1e37979911805b17f1076da6 (diff) | |
download | ayatana-indicator-keyboard-bc2bd700f5da40ed2523a57263de303cc52e4b8a.tar.gz ayatana-indicator-keyboard-bc2bd700f5da40ed2523a57263de303cc52e4b8a.tar.bz2 ayatana-indicator-keyboard-bc2bd700f5da40ed2523a57263de303cc52e4b8a.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 51db47f3..95567325 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: linux arch: - amd64 - - ppc64le +# - ppc64le services: - docker |