From 7a6b5ede202b00c52ab1d17fd13b629d8dbe15c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bazyli=20Brzo=CC=81ska?= Date: Mon, 25 Jan 2016 22:47:06 +0100 Subject: [PATCH] Travis CI is a joke --- webtorrent/webtorrent-tests.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/webtorrent/webtorrent-tests.ts b/webtorrent/webtorrent-tests.ts index 9b70d83b7..745fc254b 100644 --- a/webtorrent/webtorrent-tests.ts +++ b/webtorrent/webtorrent-tests.ts @@ -60,8 +60,6 @@ client.seed('./file.txt', function (torrent) { console.log('Client is seeding:', torrent.infoHash) }) -var magnetURI = '...' - client.add(magnetURI, function (torrent) { // create HTTP server for this torrent var server = torrent.createServer()