Skip to content

Commit

Permalink
feat(test):run tests in travis
Browse files Browse the repository at this point in the history
Signed-off-by: kmova <[email protected]>
  • Loading branch information
kmova committed Dec 1, 2019
1 parent 6af3609 commit 40b4bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ before_install:

script:
- make image
- make test
- ./trivy --exit-code 0 --severity HIGH --no-progress ${DIMAGE}:ci
- ./trivy --exit-code 1 --severity CRITICAL --no-progress ${DIMAGE}:ci

Expand Down

0 comments on commit 40b4bf9

Please sign in to comment.