Skip to content

Commit

Permalink
travis: Update compilers and build platform
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Apr 3, 2019
1 parent 7a824cb commit cfc7306
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# language: haskell
sudo: required
language: c

# See http://www.reddit.com/r/haskell/comments/1os3f6/how_to_use_travisci_with_multiple_ghc_versions/
os: linux
dist: xenial

env:
- GHCVER=7.10.3
- GHCVER=8.0.1
- GHCVER=8.2.1
- GHCVER=8.0.2
- GHCVER=8.2.2

before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
Expand Down

0 comments on commit cfc7306

Please sign in to comment.