Update iOS test to specify device

This commit is contained in:
Shazron Abdullah 2014-10-13 16:06:17 -07:00
parent 2f37eed184
commit c67622f1b9

View File

@ -8,6 +8,6 @@
"cordova-ios": "^3.6.0" "cordova-ios": "^3.6.0"
}, },
"scripts": { "scripts": {
"test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests" "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
} }
} }