Skip to content

Commit cfc7306

Browse files
committed
travis: Update compilers and build platform
1 parent 7a824cb commit cfc7306

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# language: haskell
1+
sudo: required
2+
language: c
23

3-
# See http://www.reddit.com/r/haskell/comments/1os3f6/how_to_use_travisci_with_multiple_ghc_versions/
4+
os: linux
5+
dist: xenial
46

57
env:
68
- GHCVER=7.10.3
7-
- GHCVER=8.0.1
8-
- GHCVER=8.2.1
9+
- GHCVER=8.0.2
10+
- GHCVER=8.2.2
911

1012
before_install:
1113
- sudo add-apt-repository -y ppa:hvr/ghc

0 commit comments

Comments
 (0)