File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ language: bash
55services :
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-
148before_install :
159 - sudo apt-get install -y python3-pip python3-setuptools
1610 - sudo pip3 install --upgrade pip
@@ -24,15 +18,6 @@ install:
2418script :
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-
3621env :
3722 - DISTRO="archlinux/base"
3823 - DISTRO="debian:sid"
@@ -91,13 +76,3 @@ variables:
9176
9277after_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/
You can’t perform that action at this time.
0 commit comments