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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2017-03-08 05:10:41 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-03-10 03:08:25 +0300
commite583eff0ee4eeb6d93090184aa2a140be8711152 (patch)
tree98b1675d6b66e9bcdaf9143c4bebc023d04cbc11 /.travis.yml
parent8a41d242d2d816a4001298baa078c2ab8e9091d2 (diff)
travis: cache docs plz
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e1950523..ea6dedb5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,8 @@ notifications:
cache:
directories:
- $HOME/.npm
+ - html/doc
+ - man
- node_modules/.bin
- node_modules/.cache
- node_modules/deep-equal