travis: Build on Xenial
Builds were failing on Trusty due to broken GPG keys, and upgrading the build environment to Xenial Xerus solves the problem.
This commit is contained in:
committed by
James Shubin
parent
8e25667f87
commit
b2d726051b
@@ -7,7 +7,7 @@ go:
|
|||||||
- tip
|
- tip
|
||||||
go_import_path: github.com/purpleidea/mgmt
|
go_import_path: github.com/purpleidea/mgmt
|
||||||
sudo: true
|
sudo: true
|
||||||
dist: trusty
|
dist: xenial
|
||||||
# travis requires that you update manually, and provides this key to trigger it
|
# travis requires that you update manually, and provides this key to trigger it
|
||||||
apt:
|
apt:
|
||||||
update: true
|
update: true
|
||||||
|
|||||||
Reference in New Issue
Block a user