Jetpack Pro Tip - Using JPM on Travis CI
First, enable Travis on your repo.
Then, Add the following .travis.yml
file to the repo:
This will download Firefox nightly,
install jpm, and run jpm test -v
on your JPM based Firefox add-on.
First, enable Travis on your repo.
Then, Add the following .travis.yml
file to the repo:
This will download Firefox nightly,
install jpm, and run jpm test -v
on your JPM based Firefox add-on.