Testing Add-on SDK Extensions on Travis CI

Recently Mozilla restricted access to ftp.mozilla.org, instead you can download nightlies from archive.mozilla.org. Sadly this broke existing methods to download Firefox nightly for automated unit tests on Travis CI. I've written a node module, that takes care of downloading nightly versions of Firefox desktop and Android. .travis.yml for Desktop Update: I changed the export commands …