diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-06-26 12:27:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 10:27:04 -0600 |
commit | 1933a4a2ce6c0903da46cd2bbc407936503f96a1 (patch) | |
tree | f9a08925b953b8db3680070767c20e7a972aa132 /.travis.yml | |
parent | 6b5b5b4e77c04eef2c73bdc9103e85ebce93cc3e (diff) | |
download | vyos-cloud-init-1933a4a2ce6c0903da46cd2bbc407936503f96a1.tar.gz vyos-cloud-init-1933a4a2ce6c0903da46cd2bbc407936503f96a1.zip |
.travis.yml: revert to installing ubuntu-dev-tools (#460)
My previous testing was insufficient: there is a branch of testing that
requires mk-sbuild, which is shipped in ubuntu-dev-tools itself.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 51651850..95c591fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ matrix: sudo find /var/snap/lxd/common/lxd/images/ -name $latest_file* -print -exec cp {} "$TRAVIS_BUILD_DIR/lxd_images/" \; install: - git fetch --unshallow - - sudo apt-get install -y --install-recommends sbuild devscripts fakeroot tox debhelper + - sudo apt-get install -y --install-recommends sbuild ubuntu-dev-tools fakeroot tox debhelper - pip install . - pip install tox # bionic has lxd from deb installed, remove it first to ensure |