* update sauce config for android
SauceLabs has sunset all versions of Android 4 prior to 4.4, as
they are modernizing their infrastructure:
https://wiki.saucelabs.com/pages/viewpage.action?pageId=67012495
This means the previous Selendroid configuration must be changed
for Appium, the new platform for Android 4.4 testing.
* add --no-ssl-bump-domains flag to sauce config
To complicate matters even further, the new Android 4.4 appium
platform seems to surface an SSL error that prevents the karma
tests from running (unless you manually take over the device and
close the popup).
After 2 days of pain going back and forth with a SauceLabs support
tech, it seems that this flag fixes the issue... even though I
hope Google will fix their untrusted certificate authority issues
soon. Until then, this flag gets the job done.
* fix unexpected trailing comma linting error