Skip to content

Commit

Permalink
Add dependency checker to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
flosell committed Jun 10, 2018
1 parent 458acb0 commit 7dd7e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,8 @@ script: ./go test && ./go check-style

jobs:
include:
- 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 7dd7e0c

Please sign in to comment.