Just a quick note that I enabled (and fixed) Travis builds for Firefox for iOS. That means:
- Travis will do a build for every pull request - Travis will do a build for every merge and commit to master - Travis will run all our tests Specially the first item is very nice to have because it lets us and our contributors see possible problems more easily. Travis currently only executes the XCTestCase unit tests. Unfortunately the UI tests fail as soon as the simulator is started. Not sure why this happens, as they run correctly when executed from within Xcode. There will be a bug to look into that later. The first green build is https://travis-ci.org/mozilla/firefox-ios/builds/50084821 Note that these builds are done with the iOS Simulator target. They do not produce installable binaries. This is intentional. Enjoy, S.
_______________________________________________ mobile-firefox-dev mailing list [email protected] https://mail.mozilla.org/listinfo/mobile-firefox-dev

