diff options
Diffstat (limited to '.travis.yml')
-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 |