Travis tweaks for Docker
This commit is contained in:
parent
d073a0abeb
commit
741fd143af
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
dist: bionic
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
go:
|
go:
|
||||||
- 1.14.x
|
- 1.14.x
|
||||||
addons:
|
addons:
|
||||||
|
@ -8,7 +11,6 @@ addons:
|
||||||
- fakeroot
|
- fakeroot
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- libpcsclite-dev
|
- libpcsclite-dev
|
||||||
- docker-ce
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- V=1
|
- V=1
|
||||||
|
|
Loading…
Reference in a new issue