diff options
author | jao <jao@gnu.org> | 2020-08-07 04:04:27 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-08-07 04:04:27 +0100 |
commit | 9891cd087f311c5b248bf8e7bd68d03946f3de48 (patch) | |
tree | 8688a546eb9ad9df72a8ac1fd5ea7fec269e4f0b /.travis.yml | |
parent | 41b7d5668f3b585bf4640faf5572ee0450df8dad (diff) | |
download | xmobar-9891cd087f311c5b248bf8e7bd68d03946f3de48.tar.gz xmobar-9891cd087f311c5b248bf8e7bd68d03946f3de48.tar.bz2 |
travis tests
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 7bdb033..39b46fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ addons: update: true sources: - hvr-ghc - packages: cabal-install-2.2 + packages: cabal-install-3.0 ghc: - - 8.10 + - 8.8.3 before_install: - sudo apt-get -qq update |