Fork me on GitHub
#leiningen
<
2018-03-29
>
justinlee16:03:33

has anyone ever gotten lein-doo + karma to work on http://travis.ci?

justinlee16:03:02

lein-doo seems to need karma installed globally. i can do that i suppose by adding a package.json and installing it, but i’m wondering if there’s a better way?

Shantanu Kumar16:03:22

Not using Karma though

justinlee18:03:02

Thanks. I figured it out eventually: you just install karma locally using a package.json and a npm install in .travis.yml and then point lein doo to node_modules/.bin/karma

👍 4