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 c5a6aa9 commit 5377ea8Copy full SHA for 5377ea8
.travis.yml
@@ -5,12 +5,6 @@ language: bash
5
services:
6
- docker
7
8
-# Trigger only on the travis branch
9
-# Remove the lines if every thing is ok.
10
-branches:
11
- only:
12
- - travis
13
-
14
before_install:
15
- curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
16
- chmod +x docker-build
@@ -77,5 +71,11 @@ requires:
77
71
variables:
78
72
- CFLAGS="-Wall -Werror=format-security"
79
73
74
+before_scripts:
75
+ - if [ ${DISTRO_NAME} == "debian" ];then
76
+ - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh
+ - bash ./debian.sh
+ - fi
+
80
after_scripts:
81
- make distcheck
0 commit comments