Skip to content

Commit

Permalink
Adding a test install to travis job
Browse files Browse the repository at this point in the history
  • Loading branch information
lizrice committed May 11, 2018
1 parent 9f5c856 commit 9810baf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
language: go

sudo: required

services:
- docker

notifications:
email: false

Expand All @@ -16,6 +21,10 @@ install:

script:
- go test ./...
- docker build --tag kube-bench .
- docker run -v `pwd`:/host kube-bench install
- test -d cfg
- test -f kube-bench

after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
Expand Down

0 comments on commit 9810baf

Please # to comment.