Skip to content

Commit

Permalink
Setup kind and build the docker image in // (#3413)
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot authored Dec 20, 2019
1 parent 85db2aa commit dc7ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
- curl -Lo ${HOME}/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.6.1/kind-linux-amd64
- chmod +x ${HOME}/bin/kind
script:
- make integration-in-kind
- make -j integration-in-kind

0 comments on commit dc7ea85

Please sign in to comment.