diff options
author | Devendranath Thadi <devendranath.thadi3@gmail.com> | 2020-12-10 11:55:39 +0000 |
---|---|---|
committer | Devendranath Thadi <devendranath.thadi3@gmail.com> | 2020-12-10 11:55:39 +0000 |
commit | e5a710f7a9690c0ddfe1916a9bfcccb4ee86950e (patch) | |
tree | 68b490192e5fc8cc2deb26fd45be76ceb801b128 /.travis.yml | |
parent | 9aa47501b260e130a9a973218cc4273f4de1f4f9 (diff) | |
download | ayatana-ido-e5a710f7a9690c0ddfe1916a9bfcccb4ee86950e.tar.gz ayatana-ido-e5a710f7a9690c0ddfe1916a9bfcccb4ee86950e.tar.bz2 ayatana-ido-e5a710f7a9690c0ddfe1916a9bfcccb4ee86950e.zip |
Travis-ci: added support for ppc64le
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 611869f..bb9ccde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,11 @@ dist: bionic language: shell os: linux + +arch: + - amd64 + - ppc64le + services: - docker |