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:
authorRebecca Turner <me@re-becca.org>2016-11-17 02:50:06 +0300
committerRebecca Turner <me@re-becca.org>2016-11-18 01:38:49 +0300
commit58fe064dcc80bc08c677647832f2adb4a56b538a (patch)
treeb97118380c2e5d4cc23bdad8081360878095cf91 /.travis.yml
parent2ba19ee643d612d103cdd8f288d313b00d05ee87 (diff)
travis: Save the nyc cache between runs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a17c05cb0..c987e6a50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,8 +12,8 @@ matrix:
# only gather coverage info for LTS
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
script:
- - "node . run tap-cover -- \"test/tap/*.js\""
- - "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/slow/*.js\" \"test/broken-under-*/*.js\""
+ - "node . run tap-cover -- \"test/tap/*.js\" \"test/slow/*.js\""
+ - "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
# previous LTS is next most important
- node_js: "4"
env: DEPLOY_VERSION=testing
@@ -33,6 +33,7 @@ cache:
directories:
- $HOME/.npm
- node_modules/.bin
+ - node_modules/.cache
- node_modules/deep-equal
- node_modules/marked
- node_modules/marked-man