Skip to content

Commit dec75a7

Browse files
committed
CI/CD: add new distros, remove EOL distros
CestOS 6, Ubuntu Trusty, Debian Wheezy do not have the libmosquitto-{devel,dev} package, so omitted. Part of #19. Fixes #27.
1 parent 6d8a528 commit dec75a7

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

.travis.yml

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,16 @@ env:
1111
global:
1212
- PRODUCT=tarantool-mqtt
1313
matrix:
14-
# - OS=el DIST=6
1514
- OS=el DIST=7
16-
- OS=fedora DIST=24
17-
- OS=fedora DIST=25
18-
# - OS=ubuntu DIST=precise
19-
# - OS=ubuntu DIST=trusty
15+
- OS=fedora DIST=26
16+
- OS=fedora DIST=27
2017
- OS=ubuntu DIST=xenial
21-
- OS=ubuntu DIST=yakkety
22-
# - OS=debian DIST=wheezy
18+
- OS=ubuntu DIST=artful
19+
- OS=ubuntu DIST=bionic
20+
- OS=ubuntu DIST=cosmic
2321
- OS=debian DIST=jessie
2422
- OS=debian DIST=stretch
2523

26-
#matrix:
27-
# allow_failures:
28-
# - env: OS=el DIST=6
29-
# - env: OS=el DIST=7
30-
# - env: OS=fedora DIST=24
31-
# - env: OS=fedora DIST=25
32-
# - env: OS=ubuntu DIST=precise
33-
# - env: OS=ubuntu DIST=trusty
34-
# - env: OS=ubuntu DIST=xenial
35-
# - env: OS=ubuntu DIST=yakkety
36-
# - env: OS=debian DIST=wheezy
37-
# - env: OS=debian DIST=jessie
38-
# - env: OS=debian DIST=stretch
39-
4024
script:
4125
- git describe --long
4226
- git clone https://github.com/packpack/packpack.git packpack

0 commit comments

Comments
 (0)