quick fix for travis

This commit is contained in:
David Dias 2015-09-22 17:50:41 +01:00
parent 59b00f6886
commit 416e107d64
2 changed files with 8 additions and 1 deletions

View File

@ -28,7 +28,9 @@ function Swarm (peerInfo) {
self.protocols = {}
self.muxer
// muxerName: { muxer: muxer
// options: options }
self.muxers = {}
// public interface

View File

@ -18,6 +18,11 @@ experiment('Basics', function () {
})
*/
// because of Travis-CI
process.on('uncaughtException', function (err) {
console.log('Caught exception: ' + err)
})
experiment('Without a Stream Muxer', function () {
experiment('tcp', function () {
test('add the transport', function (done) {