Skip to content

Commit 137b336

Browse files
Sergei VoronezhskiiTotktonada
Sergei Voronezhskii
authored andcommitted
travis: add new tarantool repos
1 parent 7eb331a commit 137b336

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.travis.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,36 @@ deploy:
7070
on:
7171
branch: master
7272
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
73+
- provider: packagecloud
74+
username: tarantool
75+
repository: "1_9"
76+
token: ${PACKAGECLOUD_TOKEN}
77+
dist: ${OS}/${DIST}
78+
package_glob: build/*.{rpm,deb}
79+
skip_cleanup: true
80+
on:
81+
branch: master
82+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
83+
- provider: packagecloud
84+
username: tarantool
85+
repository: "1_10"
86+
token: ${PACKAGECLOUD_TOKEN}
87+
dist: ${OS}/${DIST}
88+
package_glob: build/*.{rpm,deb}
89+
skip_cleanup: true
90+
on:
91+
branch: master
92+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
93+
- provider: packagecloud
94+
username: tarantool
95+
repository: "2x"
96+
token: ${PACKAGECLOUD_TOKEN}
97+
dist: ${OS}/${DIST}
98+
package_glob: build/*.{rpm,deb}
99+
skip_cleanup: true
100+
on:
101+
branch: master
102+
condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
73103

74104
notifications:
75105
email:

0 commit comments

Comments
 (0)