Skip to content

Commit b649cef

Browse files
authored
Merge branch 'master' into bugfix/docker-entrypoint-fail-on-error
2 parents 5eb4ab7 + 056da1b commit b649cef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
language: go
33

4+
sudo: required
5+
6+
services:
7+
- docker
8+
49
notifications:
510
email: false
611

@@ -16,6 +21,10 @@ install:
1621

1722
script:
1823
- go test ./...
24+
- docker build --tag kube-bench .
25+
- docker run -v `pwd`:/host kube-bench install
26+
- test -d cfg
27+
- test -f kube-bench
1928

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

0 commit comments

Comments
 (0)