We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ec6d1 commit da68afcCopy full SHA for da68afc
.travis.yml
@@ -107,7 +107,8 @@ matrix:
107
108
script:
109
- git clone https://github.com/tarantool/build.git
110
- - bash build/pack/travis.sh
+ - PACKAGECLOUD_REPO=tarantool/1_6 REPO_PREFIX=1.6 ./build/pack/travis.sh
111
+ - PACKAGECLOUD_REPO=tarantool/1_7 REPO_PREFIX=1.7 ./build/pack/travis.sh
112
113
notifications:
114
email: true
0 commit comments