summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-06-26 12:27:04 -0400
committerGitHub <noreply@github.com>2020-06-26 10:27:04 -0600
commit1933a4a2ce6c0903da46cd2bbc407936503f96a1 (patch)
treef9a08925b953b8db3680070767c20e7a972aa132 /.travis.yml
parent6b5b5b4e77c04eef2c73bdc9103e85ebce93cc3e (diff)
downloadcloud-init-git-1933a4a2ce6c0903da46cd2bbc407936503f96a1.tar.gz
.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.yml2
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