advancedtelematic / quickcheck-state-machine

Test monadic programs using state machine based models
Other
204 stars 25 forks source link

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

Closed stevana closed 4 years ago

stevana commented 4 years ago

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.

kderme commented 4 years ago

Also cabal with 8.2.2 failure on ci https://travis-ci.org/advancedtelematic/quickcheck-state-machine/jobs/577832096.

stevana commented 4 years ago

I think that's just a transient error, that build worked fine here: https://travis-ci.org/advancedtelematic/quickcheck-state-machine/builds/577832070?utm_source=github_status&utm_medium=notification

kderme commented 4 years ago

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 :)

stevana commented 4 years ago

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.

stevana commented 4 years ago

Fixed in #353.