.travis.yml: enable make integration

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-09-21 23:49:15 +02:00
parent 614e33e3d0
commit e98c40db84
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -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