diff options
author | Wu Xiaotian <[email protected]> | 2020-04-02 23:34:58 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-02 20:31:39 +0200 |
commit | 91db9cca2fe7f80eae459a2d652dd759e29a6a1b (patch) | |
tree | b90aeddba6256a9aea01d6d7893f79f89413705e /.travis.yml | |
parent | 9997bceed0da48087c460368047fb163f595b38f (diff) | |
download | mate-common-91db9cca2fe7f80eae459a2d652dd759e29a6a1b.tar.bz2 mate-common-91db9cca2fe7f80eae459a2d652dd759e29a6a1b.tar.xz |
[ci] fix build error with archlinux on Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b82767..33b4e6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ # vim: set ts=2 sts=2 sw=2 expandtab : -dist: xenial +dist: bionic sudo: required language: bash services: |