Skip to content

Commit da68afc

Browse files
author
Konstantin Nazarov
committed
Enable builds for Tarantool 1.7
1 parent 01ec6d1 commit da68afc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ matrix:
107107

108108
script:
109109
- git clone https://github.com/tarantool/build.git
110-
- bash build/pack/travis.sh
110+
- 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
111112

112113
notifications:
113114
email: true

0 commit comments

Comments
 (0)