Skip to content

Commit 6226441

Browse files
yetistraveit65
authored andcommitted
enable for all branches
1 parent 9d1f626 commit 6226441

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.travis.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ language: bash
55
services:
66
- docker
77

8-
# Trigger only on the travis branch
9-
# Remove the lines if every thing is ok.
10-
branches:
11-
only:
12-
- travis
13-
148
before_install:
159
- sudo apt-get install -y python3-pip python3-setuptools
1610
- sudo pip3 install --upgrade pip
@@ -24,15 +18,6 @@ install:
2418
script:
2519
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
2620

27-
# Remove the comments if you need auto release version when git push tag.
28-
#deploy:
29-
# provider: script
30-
# script: ./docker-build --name ${DISTRO} --verbose --config .travis.yml --release
31-
# skip_cleanup: true
32-
# on:
33-
# tags: true
34-
# condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$"
35-
3621
env:
3722
- DISTRO="archlinux/base"
3823
- DISTRO="debian:sid"
@@ -91,13 +76,3 @@ variables:
9176

9277
after_scripts:
9378
- make distcheck
94-
95-
releases:
96-
draft: False
97-
prerelease: False
98-
checksum: True
99-
base_version: 1.22.0
100-
file_glob: True
101-
files: mate-menus-*.tar.xz
102-
web_hooks:
103-
- http://pub.mate-desktop.org/releases/

0 commit comments

Comments
 (0)