Skip firebird tests on travis
This commit is contained in:
parent
db2be93299
commit
38389a1808
@ -10,7 +10,7 @@ config.conn.database = __dirname + config.conn.database;
|
|||||||
var nodeQuery = require('../../lib/node-query');
|
var nodeQuery = require('../../lib/node-query');
|
||||||
|
|
||||||
// Skip on TravisCi
|
// Skip on TravisCi
|
||||||
if (process.env.CI)
|
if (process.env.CI || process.env.JENKINS_HOME)
|
||||||
{
|
{
|
||||||
module.exports = {};
|
module.exports = {};
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user