From 78e03bb6efa24c3bdda4d24ab7e8ccb20d0b6adc Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 28 Nov 2014 10:24:43 -0300 Subject: [PATCH] fix travis --- Gruntfile.js | 1 - app.js | 4 ---- package.json | 1 + 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index dff8a2dd6..097f9689c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -205,7 +205,6 @@ module.exports = function(grunt) { 'index.html', 'init.js', 'config.js', - 'version.js', 'popup.html', 'css/vendors.min.css', 'css/copay.min.css', diff --git a/app.js b/app.js index 8f935738c..8415dd07c 100644 --- a/app.js +++ b/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); -} diff --git a/package.json b/package.json index c980f0f07..e556cb370 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,7 @@ "mock-fs": "^2.3.1", "node-cryptojs-aes": "^0.4.0", "request": "^2.40.0", + "shelljs": "^0.3.0", "sinon": "^1.10.3", "sjcl": "*", "socket.io-client": "^1.0.6",