.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
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_script:
|
||||
- export PATH=$HOME/gopath/bin:$PATH
|
||||
|
||||
|
@ -18,4 +21,5 @@ install: true
|
|||
script:
|
||||
- make .gitvalidation
|
||||
- make lint
|
||||
- make binaries
|
||||
- make ocid ocic
|
||||
- make integration
|
||||
|
|
Loading…
Reference in a new issue