Skip to content

Commit dcbef6f

Browse files
committed
Update the list of supported OS for tarantool/build
https://github.com/tarantool/build/issues/2
1 parent a7fcb97 commit dcbef6f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ env:
99
matrix:
1010
- OS=el DIST=6 PACK=rpm
1111
- OS=el DIST=7 PACK=rpm
12-
- OS=fedora DIST=20 PACK=rpm
13-
- OS=fedora DIST=21 PACK=rpm
1412
- OS=fedora DIST=22 PACK=rpm
1513
- OS=fedora DIST=23 PACK=rpm
16-
- OS=ubuntu DIST=trusty PACK=deb
14+
- OS=fedora DIST=rawhide PACK=rpm
1715
- OS=ubuntu DIST=precise PACK=deb
18-
- OS=ubuntu DIST=vivid PACK=deb
19-
- OS=debian DIST=jessie PACK=deb
16+
- OS=ubuntu DIST=trusty PACK=deb
17+
- OS=ubuntu DIST=wily PACK=deb
18+
- OS=ubuntu DIST=xenial PACK=deb
2019
- OS=debian DIST=wheezy PACK=deb
20+
- OS=debian DIST=jessie PACK=deb
2121
- OS=debian DIST=stretch PACK=deb
22+
- OS=debian DIST=sid PACK=deb
2223
- PACK=none
2324

2425
script:
2526
- git clone https://github.com/tarantool/build.git
26-
- bash build/pack/travis.sh
27+
- ./build/pack/travis.sh
2728

2829
notifications:
2930
email: true

0 commit comments

Comments
 (0)