We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d6fa8 commit 24da515Copy full SHA for 24da515
.travis.yml
@@ -27,9 +27,5 @@ install: |
27
npm install --no-shrinkwrap --prefer-online;
28
else
29
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
34
fi
35
after_success: npx codecov --file=./coverage/lcov.info
0 commit comments