bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

Try to make Appveyor work #168

Closed miikka closed 6 years ago

miikka commented 6 years ago

It seems to be failing because it can't download karma-reporter. Let's try to upgrade karma-reporter, then…

I don't know how to test this against Appveyor without opening a PR, so here goes.

miikka commented 6 years ago

It worked! 🎉

Although the current problem seems to have been the SSL certificates for GitHub and not karma-reporter. I think it's still probably a good idea to upgrade karma-reporter.

Also Circle's failure is not related to this change. (edit: the Circle problem was simple enough so that I just pushed a fix to master in https://github.com/bensu/doo/commit/13e354ba1735927ce569d3da7738285593000ed9.)