Skip to content

Commit 34cc223

Browse files
authored
Merge pull request #802 from watson-developer-cloud/cache-dependencies-in-travis
build: cache node_modules/ in travis build
2 parents b264661 + 74e68c2 commit 34cc223

File tree

2 files changed

+117
-115
lines changed

2 files changed

+117
-115
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ script:
1616
npm run test-unit-travis;
1717
fi
1818
- sh scripts/typedoc/generate_typedoc.sh
19+
cache:
20+
directories:
21+
- node_modules
1922
after_success:
2023
- npm run report-coverage
2124
- scripts/jsdoc/publish.sh

0 commit comments

Comments
 (0)