fix travis
This commit is contained in:
parent
d8a4a2ebad
commit
78e03bb6ef
3 changed files with 1 additions and 5 deletions
4
app.js
4
app.js
|
|
@ -44,7 +44,3 @@ app.start = function(port, callback) {
|
|||
|
||||
module.exports = app;
|
||||
|
||||
// if we are running in the copay shell context, initialize the shell bindings
|
||||
if (process.versions && process.versions['atom-shell']) {
|
||||
require('./shell')(app);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue