Fix travis problem

This commit is contained in:
Robert Nelson 2014-01-09 09:40:57 -08:00
parent 12145c7b35
commit 4719966988
3 changed files with 4 additions and 4 deletions

View File

@ -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: 'openpgpsa', standalone: 'openpgp',
external: [ 'crypto', 'node-localstorage' ] external: [ 'crypto', 'node-localstorage' ]
} }
}, },
@ -38,7 +38,7 @@ module.exports = function(grunt) {
}, },
options: { options: {
debug: true, debug: true,
standalone: 'openpgpsa', standalone: 'openpgp',
external: [ 'crypto', 'node-localstorage' ] external: [ 'crypto', 'node-localstorage' ]
} }
}, },

View File

@ -21,7 +21,7 @@
* @module keyring/keyring * @module keyring/keyring
*/ */
var openpgp = require('openpgp'); var openpgp = require('../');
/** /**
* Callback to check if a key matches the input * Callback to check if a key matches the input

View File

@ -10,7 +10,7 @@
<div id="mocha"></div> <div id="mocha"></div>
<!--<script src="lib/jquery.min.js"></script>--> <!--<script src="lib/jquery.min.js"></script>-->
<script src="../dist/openpgp.js"></script> <script src="../dist/openpgp-sa.js"></script>
<script src="lib/chai.js"></script> <script src="lib/chai.js"></script>
<script src="lib/mocha.js"></script> <script src="lib/mocha.js"></script>
<script> <script>