.travis.yml: enable make integration
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
614e33e3d0
commit
e98c40db84
1 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,9 @@ go:
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export PATH=$HOME/gopath/bin:$PATH
|
- export PATH=$HOME/gopath/bin:$PATH
|
||||||
|
|
||||||
|
@ -18,4 +21,5 @@ install: true
|
||||||
script:
|
script:
|
||||||
- make .gitvalidation
|
- make .gitvalidation
|
||||||
- make lint
|
- make lint
|
||||||
- make binaries
|
- make ocid ocic
|
||||||
|
- make integration
|
||||||
|
|
Loading…
Add table
Reference in a new issue