Elm-test fails with: No output received from elm make when searching for indirect dependencies

I’m trying to make a simple Elm project work with Travis’ Elm support, but elm-test doesn’t seem to work:

No output received from elm make when searching for indirect dependencies

Any ideas? Running elm-test locally works fine.
(The tool told me to ping you, so here goes: @rtfeldman)

This got fixed by us removing package.json and yarn.lock. :man_shrugging: