mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-06 09:01:29 +00:00
Troubleshoot travis problems
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = function(grunt) {
|
||||
'dist/openpgp-sa_nodebug.js': [ './src/index.js' ]
|
||||
},
|
||||
options: {
|
||||
standalone: 'openpgp',
|
||||
standalone: 'openpgpsa',
|
||||
external: [ 'crypto', 'node-localstorage' ]
|
||||
}
|
||||
},
|
||||
@@ -38,7 +38,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
options: {
|
||||
debug: true,
|
||||
standalone: 'openpgp',
|
||||
standalone: 'openpgpsa',
|
||||
external: [ 'crypto', 'node-localstorage' ]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user