We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb79f90 commit c2ee5ceCopy full SHA for c2ee5ce
.travis.yml
@@ -11,6 +11,16 @@ cache:
11
git:
12
depth: 100500
13
14
+stages:
15
+ - test
16
+ - name: deploy
17
+ # Deploy packages to PackageCloud from tags and master
18
+ # see:
19
+ # * https://github.com/tarantool/tarantool/issues/3745
20
+ # * https://github.com/travis-ci/travis-ci/issues/7780#issuecomment-302389370
21
+ # Also skip deploys for pull-requests, api and cron events.
22
+ if: (type = push) AND (branch = master OR tag IS present) AND (env(PACKAGECLOUD_TOKEN) IS present)
23
+
24
env:
25
global:
26
- PRODUCT=tarantool-http
0 commit comments