Skip to content

Commit f049591

Browse files
author
Carlos Atencio
committed
Fix travis build
1 parent 9fa20d1 commit f049591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/protractor-conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ var config = {
1717
}
1818
};
1919

20-
if (process.env.TRAVIS) {
20+
if (true || process.env.TRAVIS) {
2121
//Run PhantomJS on Travis
2222
config.capabilities = {
2323
browserName: 'phantomjs',
24-
'phantomjs.binary.path': require('phantomjs').path,
24+
//'phantomjs.binary.path': require('phantomjs').path,
2525
'phantomjs.ghostdriver.cli.args': ['--loglevel=DEBUG'],
2626
shardTestFiles: true,
2727
maxInstances: 2

0 commit comments

Comments
 (0)