Skip to content

Commit e143ad5

Browse files
yetistraveit65
authored andcommitted
Prepare for docker-build 0.1.1 merge into master
Please see mate-desktop/mate-dev-scripts#13
1 parent 3964e37 commit e143ad5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.travis.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ before_install:
1010
- chmod +x docker-build
1111

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

1518
script:
@@ -26,8 +29,9 @@ env:
2629
##########################################################
2730
requires:
2831
archlinux:
32+
# Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-notification-daemon
2933
- gcc
30-
- git # Required to generate the ChangeLog file
34+
- git
3135
- gtk3
3236
- intltool
3337
- libnotify
@@ -37,7 +41,9 @@ requires:
3741
- which
3842

3943
debian:
40-
- git # Required to generate the ChangeLog file
44+
# Useful URL: https://github.com/mate-desktop/debian-packages
45+
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-notification-daemon
46+
- git
4147
- gobject-introspection
4248
- gtk-doc-tools
4349
- intltool
@@ -61,18 +67,18 @@ requires:
6167
- shared-mime-info
6268

6369
fedora:
64-
# Useful URL: https://src.fedoraproject.org/cgit/rpms/caja.git/
65-
- git # Required to generate the ChangeLog file
70+
# Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-notification-daemon.git
6671
- desktop-file-utils
6772
- file
73+
- git
6874
- libcanberra-devel
6975
- libnotify-devel
7076
- libwnck3-devel
7177
- mate-common
7278
- mate-desktop-devel
7379

7480
ubuntu:
75-
- git # Required to generate the ChangeLog file
81+
- git
7682
- gobject-introspection
7783
- gtk-doc-tools
7884
- intltool

0 commit comments

Comments
 (0)