chore(build): add iOS8 to CI

This commit is contained in:
Marc Laval 2015-08-19 11:01:00 +02:00
parent 195c5c21d4
commit 49997ca932
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ var aliases = {
'SAFARI': ['SL_SAFARI7', 'SL_SAFARI8'],
'BETA': ['SL_CHROMEBETA', 'SL_FIREFOXBETA'],
'DEV': ['SL_CHROMEDEV', 'SL_FIREFOXDEV'],
'CI': ['SL_CHROME', 'SL_ANDROID5.1', 'SL_SAFARI8']
'CI': ['SL_CHROME', 'SL_ANDROID5.1', 'SL_SAFARI8', 'SL_IOS8']
};
module.exports = {