mirror of
https://github.com/nolanlawson/blob-util.git
synced 2025-12-08 19:46:19 +00:00
(pouchdb/mapreduce#228) - actually test in phantom
This commit is contained in:
parent
efb9287f39
commit
200b28de5b
@ -53,9 +53,10 @@ testUrl += querystring.stringify(qs);
|
||||
|
||||
if (process.env.TRAVIS &&
|
||||
client.browser !== 'firefox' &&
|
||||
client.browser !== 'phantomjs' &&
|
||||
process.env.TRAVIS_SECURE_ENV_VARS === 'false') {
|
||||
console.error('Not running test, cannot connect to saucelabs');
|
||||
process.exit(0);
|
||||
process.exit(1);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user