Permalink
Browse files
WIP: fix BS config: platform
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
protractor-travis-conf.js
|
|
@@ -33,7 +33,7 @@ config.multiCapabilities = [{ |
|
|
'browserstack.debug': 'true', |
|
|
|
|
|
'browserName': 'safari', |
|
|
'platform': 'OS X 10.9', |
|
|
'platform': 'MAC', |
|
|
'version': '7', |
|
|
'name': 'Angular E2E', |
|
|
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER, |
|
|
|