From 4bca866d74c53e6e39149b440805cf36fa08e46f Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sat, 16 Feb 2019 22:47:22 +0800 Subject: Adjust the packages installation location --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f068b06..06cff5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,13 @@ services: - docker before_install: - - sudo apt-get install -y python3-pip python3-setuptools - - sudo pip3 install --upgrade pip - - sudo pip install PyGithub - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - 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: -- cgit v1.2.1