SamuelSchlesinger / stm-actor

An implementation of the actor model in Haskell using STM
MIT License
16 stars 3 forks source link

Why is Travis Failing? #2

Closed SamuelSchlesinger closed 3 years ago

SamuelSchlesinger commented 3 years ago

On hackage and locally, things works just fine, but travis seems to barf on the whole project. I like travis, so I do want to get these tests passing... Maybe one time they'll just work. The config was generated by running haskell-ci on the cabal file, and I've updated it recently.

SamuelSchlesinger commented 3 years ago

I think it may have been the cabal version... Watching the tests now.

SamuelSchlesinger commented 3 years ago

I'm completely lost on this, and I really don't care about Travis enough to accept my red builds on this project. Switching to GitHub actions on the github-actions branch.