Skip to content

Commit 6ff9eb4

Browse files
committed
ghc 9.2.2 test
1 parent 3418dc1 commit 6ff9eb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ matrix:
2424
# # # ghc 8.6.5 OK
2525
#- env: IMG=quid2/x64-ubuntu-stack-lts-14.27 CMD="stack test --no-terminal --resolver lts-14.27"
2626
# # # ghc 8.8.3 (OK, but slow in running some tests)
27-
- env: IMG=quid2/x64-ubuntu-stack-lts-15.11 CMD="stack test --no-terminal --resolver lts-15.11"
27+
# - env: IMG=quid2/x64-ubuntu-stack-lts-15.11 CMD="stack test --no-terminal --resolver lts-15.11"
28+
29+
# TO TEST
30+
- env: IMG=fpco/stack-build:lts-19.5 CMD="stack test --no-terminal --resolver lts-19.5"
2831

2932
before_install:
3033
- PKG=${PWD##*/}

0 commit comments

Comments
 (0)