Skip to content

Commit c377311

Browse files
author
Konstantin Nazarov
committed
Enable builds for Tarantool 1.7
1 parent 57d043d commit c377311

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
@@ -24,7 +24,8 @@ env:
2424

2525
script:
2626
- git clone https://github.com/tarantool/build.git
27-
- ./build/pack/travis.sh
27+
- 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
2829

2930
notifications:
3031
email: true

0 commit comments

Comments
 (0)