diff options
author | Wu Xiaotian <[email protected]> | 2019-02-22 14:01:31 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-22 12:31:25 +0100 |
commit | 5377ea8aed3965f441b06d418cb8ee2402a0c222 (patch) | |
tree | 7e3a69700384a2f55378e689869ec27c9cbe3165 | |
parent | c5a6aa9c56e89cb22f31728db42006df4d1003cb (diff) | |
download | mate-user-guide-5377ea8aed3965f441b06d418cb8ee2402a0c222.tar.bz2 mate-user-guide-5377ea8aed3965f441b06d418cb8ee2402a0c222.tar.xz |
Enable Travis CI for all branches
-rw-r--r-- | .travis.yml | 12 |
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 |