Skip to content

Commit debe676

Browse files
avtikhonTotktonada
authored andcommitted
Update the OS for Travis
Removed OS versions: - Debian: "Wheezy" 7 - Fedora: 24, 25, 26 - Ubuntu: "Precise" 12.04 Added OS versions: - Debian: "Buster" 10 - Fedora: 28, 29 - Ubuntu: "Bionic" 18.04, "Disco" 19.04 Added packpack repository "2_2" Close #123
1 parent 350771d commit debe676

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

.travis.yml

+15-18
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,15 @@ env:
1010
- TARGET=test
1111
- OS=el DIST=6
1212
- OS=el DIST=7
13-
- OS=fedora DIST=24
14-
- OS=fedora DIST=25
15-
- OS=ubuntu DIST=precise
13+
- OS=fedora DIST=28
14+
- OS=fedora DIST=29
1615
- OS=ubuntu DIST=trusty
1716
- OS=ubuntu DIST=xenial
18-
- OS=debian DIST=wheezy
17+
- OS=ubuntu DIST=bionic
18+
- OS=ubuntu DIST=disco
1919
- OS=debian DIST=jessie
2020
- OS=debian DIST=stretch
21-
22-
matrix:
23-
allow_failures:
24-
# - env: OS=el DIST=6
25-
# - env: OS=el DIST=7
26-
# - env: OS=fedora DIST=24
27-
# - env: OS=fedora DIST=25
28-
# - env: OS=ubuntu DIST=precise
29-
# - env: OS=ubuntu DIST=trusty
30-
# - env: OS=ubuntu DIST=xenial
31-
# - env: OS=ubuntu DIST=yakkety
32-
# - env: OS=debian DIST=wheezy
33-
# - env: OS=debian DIST=jessie
34-
# - env: OS=debian DIST=stretch
21+
- OS=debian DIST=buster
3522

3623
script:
3724
- git describe --long
@@ -100,6 +87,16 @@ deploy:
10087
on:
10188
branch: master
10289
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
90+
- provider: packagecloud
91+
username: tarantool
92+
repository: "2_2"
93+
token: ${PACKAGECLOUD_TOKEN}
94+
dist: ${OS}/${DIST}
95+
package_glob: build/*.{rpm,deb}
96+
skip_cleanup: true
97+
on:
98+
branch: master
99+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
103100

104101
notifications:
105102
email:

0 commit comments

Comments
 (0)