Skip to content

Commit 1de2d5b

Browse files
avtikhonTotktonada
authored andcommitted
travis-ci: update distros and repos
Removed release repos: 1_7/1_9. Added the build distros: Fedora 30, Ubuntu 19.04, Debian 10. Removed the build distros: Fedora 26,27. Closes #94
1 parent 08fc208 commit 1de2d5b

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

.travis.yml

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,22 @@ env:
1212
global:
1313
- PRODUCT=tarantool-queue
1414
matrix:
15-
- TARGET=test VERSION=1_7
16-
- TARGET=test VERSION=1_9
1715
- TARGET=test VERSION=1_10
1816
- TARGET=test VERSION=2x
1917
- TARGET=test VERSION=2_2
2018
- OS=el DIST=6
2119
- OS=el DIST=7
22-
- OS=fedora DIST=26
23-
- OS=fedora DIST=27
2420
- OS=fedora DIST=28
2521
- OS=fedora DIST=29
22+
- OS=fedora DIST=30
2623
- OS=ubuntu DIST=trusty
2724
- OS=ubuntu DIST=xenial
2825
- OS=ubuntu DIST=bionic
2926
- OS=ubuntu DIST=cosmic
27+
- OS=ubuntu DIST=disco
3028
- OS=debian DIST=jessie
3129
- OS=debian DIST=stretch
30+
- OS=debian DIST=buster
3231

3332
script:
3433
- git describe --long
@@ -44,26 +43,6 @@ before_deploy:
4443
- ls -l build/
4544

4645
deploy:
47-
- provider: packagecloud
48-
username: tarantool
49-
repository: "1_7"
50-
token: ${PACKAGECLOUD_TOKEN}
51-
dist: ${OS}/${DIST}
52-
package_glob: build/*.{rpm,deb}
53-
skip_cleanup: true
54-
on:
55-
branch: master
56-
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
57-
- provider: packagecloud
58-
username: tarantool
59-
repository: "1_9"
60-
token: ${PACKAGECLOUD_TOKEN}
61-
dist: ${OS}/${DIST}
62-
package_glob: build/*.{rpm,deb}
63-
skip_cleanup: true
64-
on:
65-
branch: master
66-
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
6746
- provider: packagecloud
6847
username: tarantool
6948
repository: "1_10"

0 commit comments

Comments
 (0)