Skip to content

Commit

Permalink
don't save install of phantomjs-prebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjes committed Nov 12, 2017
1 parent 4a5682e commit f24ea5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var client = process.env.CLIENT || 'phantom';
if (client === 'node') {
npmRun('mocha', ['--ui', 'bdd', 'test/test.js']);
} else if (client === 'phantom') {
npm(['install', 'phantomjs-prebuilt']);
npm(['install', '--no-save', 'phantomjs-prebuilt']);
npmRun('zuul', ['--phantom', '--ui', 'mocha-bdd', 'test/test.js']);
} else if (client === 'local') {
npmRun('zuul', ['--local', '9000', '--no-coverage', '--ui', 'mocha-bdd', 'test/test.js']);
Expand Down

0 comments on commit f24ea5c

Please sign in to comment.