Skip to content

Commit cd70be5

Browse files
yetistraveit65
authored andcommitted
let distcheck pass on debian
1 parent feca97f commit cd70be5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.travis.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ variables:
133133
- CFLAGS="-Wall -Werror=format-security"
134134

135135
before_scripts:
136+
- if [ ${DISTRO_NAME} == "debian" ];then
137+
- curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh
138+
- bash ./debian.sh
139+
- fi
140+
136141
- cd ${START_DIR}
137142
- if [ ! -d mate-menus-build ]; then
138143
- git clone --depth 1 https://github.com/mate-desktop/mate-menus.git mate-menus-build

0 commit comments

Comments
 (0)