Skip to content

Commit 7930d87

Browse files
committed
Update distros and repos
Removed EOL distros. Added new ones. Added new packagecloud repos to deploy to.
1 parent 7f110f5 commit 7930d87

File tree

1 file changed

+15
-21
lines changed

1 file changed

+15
-21
lines changed

.travis.yml

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,15 @@ env:
1313
matrix:
1414
- OS=el DIST=6
1515
- OS=el DIST=7
16-
- OS=fedora DIST=24
17-
- OS=fedora DIST=25
18-
- OS=ubuntu DIST=precise
16+
- OS=fedora DIST=28
17+
- OS=fedora DIST=29
1918
- OS=ubuntu DIST=trusty
2019
- OS=ubuntu DIST=xenial
21-
- OS=ubuntu DIST=yakkety
22-
- OS=debian DIST=wheezy
20+
- OS=ubuntu DIST=bionic
21+
- OS=ubuntu DIST=cosmic
2322
- OS=debian DIST=jessie
2423
- OS=debian DIST=stretch
2524

26-
matrix:
27-
allow_failures:
28-
# - env: OS=el DIST=6
29-
# - env: OS=el DIST=7
30-
# - env: OS=fedora DIST=23
31-
# - env: OS=fedora DIST=24
32-
# - env: OS=fedora DIST=25
33-
# - env: OS=ubuntu DIST=precise
34-
# - env: OS=ubuntu DIST=trusty
35-
# - env: OS=ubuntu DIST=xenial
36-
# - env: OS=ubuntu DIST=yakkety
37-
# - env: OS=debian DIST=wheezy
38-
# - env: OS=debian DIST=jessie
39-
- env: OS=debian DIST=stretch
40-
4125
script:
4226
- git describe --long
4327
- git clone https://github.com/packpack/packpack.git packpack
@@ -70,7 +54,17 @@ deploy:
7054
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
7155
- provider: packagecloud
7256
username: tarantool
73-
repository: "1_8"
57+
repository: "2x"
58+
token: ${PACKAGECLOUD_TOKEN}
59+
dist: ${OS}/${DIST}
60+
package_glob: build/*.{rpm,deb,dsc}
61+
skip_cleanup: true
62+
on:
63+
branch: master
64+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
65+
- provider: packagecloud
66+
username: tarantool
67+
repository: "2_2"
7468
token: ${PACKAGECLOUD_TOKEN}
7569
dist: ${OS}/${DIST}
7670
package_glob: build/*.{rpm,deb,dsc}

0 commit comments

Comments
 (0)