Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit f151b2f

Browse files
build: revert: remove node_modules cache from travis temporarily
1 parent a53a3ab commit f151b2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ script:
1515
- npm test
1616
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run coveralls; fi
1717
- npm run integration
18+
cache:
19+
directories:
20+
- "node_modules"

0 commit comments

Comments
 (0)