fix travis

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

View File

@ -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',

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

View File

@ -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",