summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-09-02 19:37:44 +0300
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-02 18:37:44 +0200
commit2ec995331354a28edaa8ce72a99c4632a5c95523 (patch)
tree49a100e677cbfd167b6266a3011ab8c83b72be33 /.travis.yml
parent869ab9e6c847f71f83c3b1c4ca4213974c995da3 (diff)
netdata/packaging: Add python3-lxc dependency too, different package for different version (#6753)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 97bc667d4b..17dd7db7e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -269,7 +269,7 @@ jobs:
git:
depth: false
before_install:
- - sudo apt-get install -y wget lxc python-lxc lxc-templates dh-make git-buildpackage build-essential libdistro-info-perl
+ - sudo apt-get install -y wget lxc python3-lxc python-lxc lxc-templates dh-make git-buildpackage build-essential libdistro-info-perl
- source tests/installer/slack.sh
before_script:
- post_message "TRAVIS_MESSAGE" "Starting package preparation and publishing for ${BUILD_STRING}.${BUILD_ARCH}" "${NOTIF_CHANNEL}"
@@ -376,7 +376,7 @@ jobs:
git:
depth: false
before_install:
- - sudo apt-get install -y wget lxc lxc-templates
+ - sudo apt-get install -y wget lxc lxc-templates python3-lxc python-lxc
- source tests/installer/slack.sh
before_script:
- post_message "TRAVIS_MESSAGE" "Starting package preparation and publishing for ${BUILD_STRING}.${BUILD_ARCH}" "${NOTIF_CHANNEL}"