diff options
author | Robert Tari <robert@tari.in> | 2022-02-08 15:43:51 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-02-08 15:43:51 +0100 |
commit | 5e46aa78fc5a1ea2c6b408f9beaeebf297175fea (patch) | |
tree | 9dbbbb8f1680f41c6d2b1bb18bcde30f686480ba | |
parent | 45da05715cd75cb17e13516d534c4a48ec023582 (diff) | |
download | qmenumodel-5e46aa78fc5a1ea2c6b408f9beaeebf297175fea.tar.gz qmenumodel-5e46aa78fc5a1ea2c6b408f9beaeebf297175fea.tar.bz2 qmenumodel-5e46aa78fc5a1ea2c6b408f9beaeebf297175fea.zip |
.travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + disable ppc64el builds
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 51db47f..73bc55b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ # vim: set ts=2 sts=2 sw=2 expandtab : -dist: bionic +dist: focal language: shell os: linux arch: - amd64 - - ppc64le +# - ppc64le services: - docker |