Skip to content

Commit 5377ea8

Browse files
yetistraveit65
authored andcommitted
Enable Travis CI for all branches
1 parent c5a6aa9 commit 5377ea8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ language: bash
55
services:
66
- docker
77

8-
# Trigger only on the travis branch
9-
# Remove the lines if every thing is ok.
10-
branches:
11-
only:
12-
- travis
13-
148
before_install:
159
- curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
1610
- chmod +x docker-build
@@ -77,5 +71,11 @@ requires:
7771
variables:
7872
- CFLAGS="-Wall -Werror=format-security"
7973

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
77+
- bash ./debian.sh
78+
- fi
79+
8080
after_scripts:
8181
- make distcheck

0 commit comments

Comments
 (0)