gausby / tortoise

A MQTT Client written in Elixir
Apache License 2.0
314 stars 54 forks source link

Switch from TravisCI to something else, like CircleCI #49

Closed gausby closed 6 years ago

gausby commented 6 years ago

TravisCI seem to have a 50% chance of producing a false negative when running the unit/integration tests. It has become a major annoyance having to click the «restart build» button every time the project build status is failing.

gausby commented 6 years ago

An alternative to CircleCI is SemaphoreCI. I should investigate.

gausby commented 6 years ago

I've bumped the timeouts on some tests that target ssl operations. Seems to work for now.

gausby commented 6 years ago

I really should switch to some alternative to travis. The tests can fail on occasion when run locally, but for some reason it is almost a guarantee that they fail on travis, for what-ever reason.

gausby commented 6 years ago

In 0.8.2 we switched to semaphore! 🎉