summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 22:15:19 +0000
committerraveit65 <[email protected]>2020-06-28 13:35:57 +0200
commit10946ee308b05f7e07bc82ad443dfeaf8ff97529 (patch)
tree9a99e319c21c4bdc49b528082231bc8fe740f22a
parentbd161574e91576689fcc563b1276ac262e93145d (diff)
downloadpluma-10946ee308b05f7e07bc82ad443dfeaf8ff97529.tar.bz2
pluma-10946ee308b05f7e07bc82ad443dfeaf8ff97529.tar.xz
[ci] fix release tarball on travis CI failed
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 82f64621..25b789c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,13 +6,15 @@ services:
addons:
apt:
packages:
- - python3-github
+ - python3-pip
+ - python3-setuptools
before_install:
- curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
- chmod +x docker-build
install:
+ - pip3 install PyGithub
- ./docker-build --name ${DISTRO} --config .build.yml --install
script: