Skip to content

Commit

Permalink
Don't run snyk on PR builds (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
areina authored Jun 9, 2020
1 parent c05b177 commit 24de6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go:
- "1.13"
script:
- make
- npm install -g snyk
- make snyk
- 'if [ "$SNYK_TOKEN" != "" ]; then npm install -g snyk; fi'
- 'if [ "$SNYK_TOKEN" != "" ]; then make snyk; fi'
services:
- docker
before_deploy:
Expand Down

0 comments on commit 24de6b5

Please sign in to comment.