Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 6a43ac9

Browse files
committed
Add shard 2.1 to CI
Part of #111.
1 parent ffa5147 commit 6a43ac9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ sudo: true
44

55
dist: trusty
66

7+
env:
8+
- SHARD_VERSION=1.2
9+
- SHARD_VERSION=2.1
10+
711
branches:
812
only:
913
- master
@@ -32,7 +36,7 @@ install:
3236
- cmake .
3337
- sudo make install
3438
- cd ..
35-
- tarantoolctl rocks install shard 1.2
39+
- tarantoolctl rocks install shard "${SHARD_VERSION}"
3640
- tarantoolctl rocks install avro-schema
3741
- cd graphql
3842
- git submodule update --recursive --init

0 commit comments

Comments
 (0)