diff options
author | Wu Xiaotian <[email protected]> | 2019-02-15 09:24:05 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-15 09:49:07 +0100 |
commit | 62264413b58a35a086fbc0491109c20bf95c1f65 (patch) | |
tree | 0510cd43971f1e72598f674f191973d7f68396af | |
parent | 9d1f6267f7b0d9f1e1906bcf5a7a6ba51c7d0d70 (diff) | |
download | mate-menus-62264413b58a35a086fbc0491109c20bf95c1f65.tar.bz2 mate-menus-62264413b58a35a086fbc0491109c20bf95c1f65.tar.xz |
enable for all branches
-rw-r--r-- | .travis.yml | 25 |
1 files changed, 0 insertions, 25 deletions
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/ |