diff options
author | jao <jao@gnu.org> | 2020-08-07 23:32:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 23:32:22 +0100 |
commit | 146b4260cf52c0653eea8490e0b47f87974a2a20 (patch) | |
tree | 0e3012647894cdecfb041aaf4a6e50e804669b04 /.travis.yml | |
parent | 2eb42cde8999302220df8febd359108a6c6f7bc5 (diff) | |
download | xmobar-146b4260cf52c0653eea8490e0b47f87974a2a20.tar.gz xmobar-146b4260cf52c0653eea8490e0b47f87974a2a20.tar.bz2 |
Switch from Travis to Github actions (#480)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 39b46fc..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: haskell - -os: linux -dist: bionic - -addons: - apt: - update: true - sources: - - hvr-ghc - packages: cabal-install-3.0 - -ghc: - - 8.8.3 - -before_install: - - sudo apt-get -qq update - - sudo apt-get install -y libiw-dev libasound2-dev libxpm-dev libmpd-dev - - sudo apt-get install -y libxrandr-dev - - sudo apt-get install -y happy c2hs - - export PATH=/opt/ghc/bin:$PATH - -install: - - travis_wait 30 cabal install --only-dependencies --enable-tests -fall_extensions - - wget https://raw.github.com/ndmitchell/hlint/master/misc/travis.sh - -script: - - sh ./travis.sh src - - cabal configure --enable-tests -fall_extensions && cabal build && cabal test |