Skip to content

Commit

Permalink
enable for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Feb 15, 2019
1 parent 9d1f626 commit 6226441
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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/

0 comments on commit 6226441

Please sign in to comment.