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 57d043d commit c377311Copy full SHA for c377311
.travis.yml
@@ -24,7 +24,8 @@ env:
24
25
script:
26
- git clone https://github.com/tarantool/build.git
27
- - ./build/pack/travis.sh
+ - PACKAGECLOUD_REPO=tarantool/1_6 REPO_PREFIX=1.6 ./build/pack/travis.sh
28
+ - PACKAGECLOUD_REPO=tarantool/1_7 REPO_PREFIX=1.7 ./build/pack/travis.sh
29
30
notifications:
31
email: true
0 commit comments