Troubleshoot travis problems
This commit is contained in:
parent
92adbff398
commit
12145c7b35
|
@ -28,7 +28,7 @@ module.exports = function(grunt) {
|
||||||
'dist/openpgp-sa_nodebug.js': [ './src/index.js' ]
|
'dist/openpgp-sa_nodebug.js': [ './src/index.js' ]
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
standalone: 'openpgp',
|
standalone: 'openpgpsa',
|
||||||
external: [ 'crypto', 'node-localstorage' ]
|
external: [ 'crypto', 'node-localstorage' ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -38,7 +38,7 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
debug: true,
|
debug: true,
|
||||||
standalone: 'openpgp',
|
standalone: 'openpgpsa',
|
||||||
external: [ 'crypto', 'node-localstorage' ]
|
external: [ 'crypto', 'node-localstorage' ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user