Skip to content

Commit

Permalink
Adjust the packages installation location
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Feb 16, 2019
1 parent 6226441 commit 4bca866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4bca866

Please sign in to comment.