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:
Jonathan Gold
2018-12-04 17:00:28 -05:00
committed by James Shubin
parent 8e25667f87
commit b2d726051b

View File

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