mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Switch to LTS-16.12 to get Windows fixes. (#147)
This commit is contained in:
parent
1f7c0e705c
commit
7797585dc0
6 changed files with 9 additions and 9 deletions
|
|
@ -8,10 +8,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
# lts-16 and lts-15 fails due to segfaults. Think it is a GHC issue.
|
||||
# stack:
|
||||
# BUILD: stack
|
||||
# STACK_YAML: stack.yaml
|
||||
# ARGS: --pedantic
|
||||
stack:
|
||||
BUILD: stack
|
||||
STACK_YAML: stack.yaml
|
||||
ARGS: --pedantic
|
||||
# stack-lts-15:
|
||||
# BUILD: stack
|
||||
# STACK_YAML: stack-lts-15.yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue