From 62264413b58a35a086fbc0491109c20bf95c1f65 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Fri, 15 Feb 2019 09:24:05 +0800 Subject: enable for all branches --- .travis.yml | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 951e790..f068b06 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: - sudo apt-get install -y python3-pip python3-setuptools - sudo pip3 install --upgrade pip @@ -24,15 +18,6 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools -# Remove the comments if you need auto release version when git push tag. -#deploy: -# provider: script -# script: ./docker-build --name ${DISTRO} --verbose --config .travis.yml --release -# skip_cleanup: true -# on: -# tags: true -# condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" - env: - DISTRO="archlinux/base" - DISTRO="debian:sid" @@ -91,13 +76,3 @@ variables: after_scripts: - make distcheck - -releases: - draft: False - prerelease: False - checksum: True - base_version: 1.22.0 - file_glob: True - files: mate-menus-*.tar.xz - web_hooks: - - http://pub.mate-desktop.org/releases/ -- cgit v1.2.1