Skip to content

Commit bb62f92

Browse files
committed
Remove caching with Travis
1 parent 9409f5f commit bb62f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
tags: true
4343
# We want to run install step and keep built files for release
4444
skip_cleanup: true
45-
cache: npm
4645
notifications:
4746
webhooks:
4847
- https://www.travisbuddy.com?only=failed,errored&insertMode=update
4948
email: false
49+
# We do not use `cache: npm` because downloading and uploading the cache
50+
# actually takes more time than it saves during `npm ci`.

0 commit comments

Comments
 (0)