diff options
author | Wu Xiaotian <[email protected]> | 2019-02-16 22:11:58 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-16 17:54:13 +0100 |
commit | b6bcccf9ad5add7a027c287cb18f8ba95c7e0eda (patch) | |
tree | 4ead82c0d28ba295d87839de336e5ad0f1c7c9d8 /.travis.yml | |
parent | b6c41175ac4cb5f1b2e110618a84ce870ffae538 (diff) | |
download | mate-desktop-b6bcccf9ad5add7a027c287cb18f8ba95c7e0eda.tar.bz2 mate-desktop-b6bcccf9ad5add7a027c287cb18f8ba95c7e0eda.tar.xz |
Prepare for docker-build 0.1.1 merge into master
Please see mate-desktop/mate-dev-scripts#13
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 79e419e..ac865a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ before_install: - chmod +x docker-build install: + - sudo apt-get install -y python3-pip python3-setuptools + - sudo pip3 install --upgrade pip + - sudo pip install PyGithub - ./docker-build --name ${DISTRO} --config .travis.yml --install script: @@ -75,7 +78,6 @@ requires: - startup-notification-devel ubuntu: - # Same as debian - git - gobject-introspection - gtk-doc-tools |