advancedtelematic / quickcheck-state-machine

Test monadic programs using state machine based models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop lts-11 and add lts-14 to Travis CI

stevana opened this issue · comments

Stack lts-11 builds seems to be timing out on CI, I'm not sure if it's worth keeping around?

On the other hand lts-14 has recently been released and we should add it to the Travis config.

I can take a look at this if you like. I`be been anyway fighting with different versions these last days and it's still fresh :)

Cool, should be a fairly small change to .travis.yml: remove lts-11 and uncomment lts-13, as lts-14 will be tested by "stack default" I think.

Fixed in #353.