diff options
author | Wu Xiaotian <[email protected]> | 2019-02-16 21:56:22 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-16 17:43:35 +0100 |
commit | 65aaac0c19b60ff88f3a580f0d96c565f8bc2261 (patch) | |
tree | f1c33f0bd3a92e2399aecba7c8b703436e2d76c8 /.travis.yml | |
parent | 222fcc0954eb13239e60fcd2b5fd5f1e5ae4406d (diff) | |
download | caja-65aaac0c19b60ff88f3a580f0d96c565f8bc2261.tar.bz2 caja-65aaac0c19b60ff88f3a580f0d96c565f8bc2261.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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e46b88e0..358b62e2 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: |