Skip to content

Commit

Permalink
Remove dependency checker from travis, seems to be broken right now
Browse files Browse the repository at this point in the history
  • Loading branch information
flosell committed May 9, 2021
1 parent a7f46e4 commit 33cd7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,8 +15,8 @@ script: ./go test && ./go check-style

jobs:
include:
- stage: check dependencies for vulnerabilities
script: ./go check-dependencies
# - stage: check dependencies for vulnerabilities
# script: ./go check-dependencies
- stage: check for flakyness
script: ./go test-clj-unit-repeat
sudo: required
Expand Down

0 comments on commit 33cd7d7

Please sign in to comment.