From 5377ea8aed3965f441b06d418cb8ee2402a0c222 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Fri, 22 Feb 2019 14:01:31 +0800 Subject: Enable Travis CI for all branches --- .travis.yml | 12 ++++++------ 1 file 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 -- cgit v1.2.1