diff options
author | Robert Tari <robert@tari.in> | 2021-10-20 20:50:59 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-10-20 20:50:59 +0200 |
commit | 6a05699929c7bd12a6075dcca30a8e2e9ad79cf7 (patch) | |
tree | ccca336b0962a9d4d9f67cc4f517353a67f4f810 | |
parent | b6d0146a0447fe7439c8e560a10f9b20321b2660 (diff) | |
download | ayatana-indicator-application-6a05699929c7bd12a6075dcca30a8e2e9ad79cf7.tar.gz ayatana-indicator-application-6a05699929c7bd12a6075dcca30a8e2e9ad79cf7.tar.bz2 ayatana-indicator-application-6a05699929c7bd12a6075dcca30a8e2e9ad79cf7.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 |