Velocity - testing a package with Jasmine via the command line

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.

Update - issue has been resolved - check the link below for more info

I think this might be a bug in the velocity-cli tool - an issue has been filed - https://github.com/meteor-velocity/velocity-cli/issues/2