Skip to content

Commit

Permalink
Add docker support for e2e test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sadlil committed May 26, 2018
1 parent 0ce9f8c commit 93a17da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: go

sudo: required

services:
- docker

matrix:
include:
- go: 1.10.1
Expand All @@ -10,10 +13,12 @@ before_script:
- ./hack/scripts/go.sh
- ./hack/scripts/protoc.sh
- make tools
- docker --version

script:
- make check
- make compile
- make test
- make test-e2e
- make cover

0 comments on commit 93a17da

Please sign in to comment.