Skip to content

Commit

Permalink
feat(integration): integration in travis
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <[email protected]>
  • Loading branch information
fntlnz committed Jan 6, 2019
1 parent bf0e4e9 commit 1349496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ services:
script:
- make test
- make _output/bin/kubectl-trace
- make integration
- ./hack/release-image.sh
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ test:

.PHONY: integration
integration:
$(GO) test -v ./integration/...
TEST_KUBECTLTRACE_BINARY=$(shell pwd)/$(kubectl_trace) $(GO) test -v ./integration/...

0 comments on commit 1349496

Please sign in to comment.