Enable docker on travis

This commit is contained in:
Hugo Osvaldo Barrera 2020-06-08 20:29:12 +02:00
parent f1f51ac3cf
commit c410fbf331
2 changed files with 5 additions and 0 deletions

View file

@ -70,5 +70,8 @@
"script": [
"make -e $BUILD"
],
"services": [
"docker"
],
"sudo": true
}

View file

@ -12,6 +12,8 @@ cfg['dist'] = 'trusty'
cfg['language'] = 'python'
cfg['cache'] = 'pip'
cfg['services'] = ['docker']
cfg['git'] = {
'submodules': False
}