We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92fdd8 commit 63a19beCopy full SHA for 63a19be
.travis.yml
@@ -42,8 +42,9 @@ jobs:
42
tags: true
43
# We want to run install step and keep built files for release
44
skip_cleanup: true
45
-cache: npm
46
notifications:
47
webhooks:
48
- https://www.travisbuddy.com?only=failed,errored&insertMode=update
49
email: false
+# 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