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:
authorJoseph Frazier <joseph@onsip.com>2015-10-05 00:24:03 +0300
committerJoseph Frazier <joseph@onsip.com>2015-10-05 00:41:58 +0300
commit8b2e16cdc647bd4076af3ea3a83f04a7e01f6772 (patch)
tree6f049335c1cc8433e48a5fa2351d89476f61c905 /.travis.yml
parenta0d212c8882fb5dbbeabc27b861e79980b6dd52e (diff)
travis: cache node_modules for faster builds
http://blog.travis-ci.com/2013-12-05-speed-up-your-builds-cache-your-dependencies/
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bfae080..904e52e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,3 +6,6 @@ env:
global:
- secure: AJsEWFnWC5W8hcF3hJzm3PT7heazJpKg85xiSvIWVzLHZU/s0h4+WfJ6t0F9v3L4awaowm62vy8CRaxRkB4lJyJg+JK2K0QN7lNFGj2f8Jx2cFlVJ1IyY959GY4iUg66JrNj1yzS02+yQfweDngyifqzb7IlxnowiveDjUO2gyo=
- secure: hvihwLUqlPchrGFXKWFF7iKRugISU7r/gLBo6O63nPeg0OwnYqYcC2BnBWoSiOdu9oR5bM4a5u0os04XL+bP3dqt324g0uBTqvyyxD6NhBsphVFkUmdUH3HMe7IQY6JTns96KT/6UkQapKhIuW4CUDeidR+5NFKvyRdKIjSawS4=
+cache:
+ directories:
+ - node_modules