We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa20d1 commit f049591Copy full SHA for f049591
example/protractor-conf.js
@@ -17,11 +17,11 @@ var config = {
17
}
18
};
19
20
-if (process.env.TRAVIS) {
+if (true || process.env.TRAVIS) {
21
//Run PhantomJS on Travis
22
config.capabilities = {
23
browserName: 'phantomjs',
24
- 'phantomjs.binary.path': require('phantomjs').path,
+ //'phantomjs.binary.path': require('phantomjs').path,
25
'phantomjs.ghostdriver.cli.args': ['--loglevel=DEBUG'],
26
shardTestFiles: true,
27
maxInstances: 2
0 commit comments