Skip to content

Commit

Permalink
chore: wrap snyk in guard to prevent PRs failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 5, 2020
1 parent aec1bf2 commit 68baf93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ snyk-install:
npm i -g snyk

snyk:
snyk test
@if [ "$$TRAVIS_PULL_REQUEST" != "false" ]; then\
snyk test; \
fi

.PHONY: install bin default dev test pact updatedeps clean release

0 comments on commit 68baf93

Please sign in to comment.