Skip to content

Commit 63a19be

Browse files
committed
Remove caching with Travis
1 parent d92fdd8 commit 63a19be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
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)