We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6226441 commit 4bca866Copy full SHA for 4bca866
.travis.yml
@@ -6,13 +6,13 @@ services:
6
- docker
7
8
before_install:
9
- - sudo apt-get install -y python3-pip python3-setuptools
10
- - sudo pip3 install --upgrade pip
11
- - sudo pip install PyGithub
12
- curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
13
- chmod +x docker-build
14
15
install:
+ - sudo apt-get install -y python3-pip python3-setuptools
+ - sudo pip3 install --upgrade pip
+ - sudo pip install PyGithub
16
- ./docker-build --name ${DISTRO} --config .travis.yml --install
17
18
script:
0 commit comments