Merge commit 'c60f3823c09a501b1cc12b97b20eb05cec9f822e' into prow

This commit is contained in:
Patrick Ohly
2019-04-11 11:08:47 +02:00
9 changed files with 1511 additions and 2 deletions

View File

@@ -5,6 +5,11 @@ services:
matrix:
include:
- go: 1.11.1
before_script:
- mkdir -p bin
- wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep
- chmod u+x bin/dep
- export PATH=$PWD/bin:$PATH
script:
- make -k all test
after_success: