Skip to content

Commit 4bca866

Browse files
yetistraveit65
authored andcommitted
Adjust the packages installation location
1 parent 6226441 commit 4bca866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.travis.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ services:
66
- docker
77

88
before_install:
9-
- sudo apt-get install -y python3-pip python3-setuptools
10-
- sudo pip3 install --upgrade pip
11-
- sudo pip install PyGithub
129
- curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
1310
- chmod +x docker-build
1411

1512
install:
13+
- sudo apt-get install -y python3-pip python3-setuptools
14+
- sudo pip3 install --upgrade pip
15+
- sudo pip install PyGithub
1616
- ./docker-build --name ${DISTRO} --config .travis.yml --install
1717

1818
script:

0 commit comments

Comments
 (0)