47degrees/github4s

Unit tests are failing on Travis but not locally

BenFradet opened this issue · 4 comments

e.g. https://travis-ci.org/47deg/github4s/builds/326316681 but I can't reproduce them locally.

Is it possible that the permissions for the token used during CI have been changed?

cc @juanpedromoreno

Probably, before resetting tokens, I've sent out this PR just in case the issue is due to Travis environment issues: #190

With that small change, tests seem to pass. However, it's failing in the JS part, and builds are aborted after 10 minutes without any new output. I'll take a look at it tomorrow.

PR updated: #190

closing thanks to #190, thanks @juanpedromoreno !