Merge commit 'c60f3823c09a501b1cc12b97b20eb05cec9f822e' into prow
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user