Hi,
tldr: How can I get velocity cli to work with Travis CI?
I would like to run the command below to test a package I have been working on. I am using Meteor Velocity and the Meteor Jasmine package to test.
velocity test-package ./ --ci
How can I get this working, so that it only runs once, going through each test and then finishing? I would like to integrate this with Travis CI so my builds are tested when pushed to GitHub.