diff options
author | jao <jao@gnu.org> | 2020-08-07 03:42:28 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-08-07 03:42:28 +0100 |
commit | 7ec9bfdb8133256e81ddae3b74f7ae033918e89c (patch) | |
tree | a2c0fadc6bae47c6608c80324763dc7af9a3319c /.travis.yml | |
parent | 0e7c39d9ec6719a32eec0b696d7167faf6598757 (diff) | |
download | xmobar-7ec9bfdb8133256e81ddae3b74f7ae033918e89c.tar.gz xmobar-7ec9bfdb8133256e81ddae3b74f7ae033918e89c.tar.bz2 |
travis: bionic
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 66fbabf..bd0dfe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: haskell -dist: xenial +os: linux +dist: bionic apt: update: true |