Skip to content

Commit

Permalink
use latest iOS version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chemerisuk committed Sep 10, 2017
1 parent bc98104 commit f68153d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conf/karma.conf-ci.js
Expand Up @@ -55,14 +55,13 @@ var customLaunchers = {
sl_ios_safari: {
base: "SauceLabs",
browserName: "iphone",
platform: "OS X 10.11",
version: "9.2"
platform: "OS X 10.11"
},
sl_android: {
base: "SauceLabs",
browserName: "android",
platform: "Linux"
},
}
};

module.exports = function(config) {
Expand Down

0 comments on commit f68153d

Please sign in to comment.