try to fix travis again

This commit is contained in:
Manuel Araoz 2015-04-15 12:56:55 -03:00
parent 5a63b58737
commit b5db2bd859

View File

@ -12,7 +12,7 @@ describe('BitcoreHTTP', function() {
// mocks // mocks
var opts = { var opts = {
BitcoreNode: { BitcoreNode: {
LevelUp: './test-db' database: {}
}, },
port: 1234 port: 1234
}; };