fix travis

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-28 10:24:43 -03:00
commit 78e03bb6ef
3 changed files with 1 additions and 5 deletions

4
app.js
View file

@ -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);
}