Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-12-02 12:08:56 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-12-02 12:08:56 +0300
commit08ae55cb702ae1c397e295297a8dd2505e6cdb1f (patch)
tree733dd9afc4e592cce2414811c2a26aae09f053ff /.travis.yml
parente0db3e813a4534367e9a91bfc2cadc918832da94 (diff)
remove npm cache
It’s causing the tests to fail because there’s an old version of create-torrent being used.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 185b24b..677df6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,3 @@ env:
global:
- secure: AJsEWFnWC5W8hcF3hJzm3PT7heazJpKg85xiSvIWVzLHZU/s0h4+WfJ6t0F9v3L4awaowm62vy8CRaxRkB4lJyJg+JK2K0QN7lNFGj2f8Jx2cFlVJ1IyY959GY4iUg66JrNj1yzS02+yQfweDngyifqzb7IlxnowiveDjUO2gyo=
- secure: hvihwLUqlPchrGFXKWFF7iKRugISU7r/gLBo6O63nPeg0OwnYqYcC2BnBWoSiOdu9oR5bM4a5u0os04XL+bP3dqt324g0uBTqvyyxD6NhBsphVFkUmdUH3HMe7IQY6JTns96KT/6UkQapKhIuW4CUDeidR+5NFKvyRdKIjSawS4=
-cache:
- directories:
- - node_modules