summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-22 14:01:31 +0800
committerraveit65 <[email protected]>2019-02-22 12:31:25 +0100
commit5377ea8aed3965f441b06d418cb8ee2402a0c222 (patch)
tree7e3a69700384a2f55378e689869ec27c9cbe3165
parentc5a6aa9c56e89cb22f31728db42006df4d1003cb (diff)
downloadmate-user-guide-5377ea8aed3965f441b06d418cb8ee2402a0c222.tar.bz2
mate-user-guide-5377ea8aed3965f441b06d418cb8ee2402a0c222.tar.xz
Enable Travis CI for all branches
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index ed6cde1..f7207fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,6 @@ language: bash
services:
- docker
-# Trigger only on the travis branch
-# Remove the lines if every thing is ok.
-branches:
- only:
- - travis
-
before_install:
- curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
- chmod +x docker-build
@@ -77,5 +71,11 @@ requires:
variables:
- CFLAGS="-Wall -Werror=format-security"
+before_scripts:
+ - if [ ${DISTRO_NAME} == "debian" ];then
+ - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh
+ - bash ./debian.sh
+ - fi
+
after_scripts:
- make distcheck