Skip to content

Commit 24da515

Browse files
committed
tmp! Disable package-lock integrity check
npm is struggling with the various GitHub dependencies and perpetually churning the package-lock.
1 parent f3d6fa8 commit 24da515

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,5 @@ install: |
2727
npm install --no-shrinkwrap --prefer-online;
2828
else
2929
npm install --prefer-offline;
30-
if ! md5sum --quiet -c package-lock.json.md5; then
31-
echo "package-lock.json was modified unexpectedly. Please rebuild it using npm@$(npm -v) and commit the changes.";
32-
exit 1;
33-
fi
3430
fi
3531
after_success: npx codecov --file=./coverage/lcov.info

0 commit comments

Comments
 (0)