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

Commit 9bfc529

Browse files
committed
Hold avro-schema 2.3.2 in CI
1 parent f75586e commit 9bfc529

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ sudo: true
55
dist: trusty
66

77
env:
8-
- SHARD_VERSION=1.2
9-
- SHARD_VERSION=2.1
8+
- SHARD_VERSION=1.2 AVRO_SCHEMA=2.3.2
9+
- SHARD_VERSION=2.1 AVRO_SCHEMA=2.3.2
1010

1111
branches:
1212
only:
@@ -37,7 +37,7 @@ install:
3737
- sudo make install
3838
- cd ..
3939
- tarantoolctl rocks install shard "${SHARD_VERSION}"
40-
- tarantoolctl rocks install avro-schema
40+
- tarantoolctl rocks install avro-schema "${AVRO_SCHEMA}"
4141
- cd graphql
4242
- git submodule update --recursive --init
4343
- tarantoolctl rocks install lulpeg

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ make test
155155
* For use:
156156
* tarantool,
157157
* lulpeg,
158-
* >=tarantool/avro-schema-2.0-71-gfea0ead,
158+
* >=tarantool/avro-schema-2.0-71-gfea0ead (but < 3.0.0),
159159
* >=tarantool/shard-1.1-91-gfa88bf8 (but < 2.0) or
160160
>=tarantool/shard-2.1-0-g0a7d98f (optional),
161161
* lrexlib-pcre2 or lrexlib-pcre (optional),
@@ -164,7 +164,7 @@ make test
164164
* python 2.7,
165165
* virtualenv,
166166
* luacheck,
167-
* >=tarantool/avro-schema-2.2.2-4-g1145e3e,
167+
* >=tarantool/avro-schema-2.2.2-4-g1145e3e (but < 3.0.0),
168168
* >=tarantool/shard-1.1-92-gec1a27e (but < 2.0) or
169169
>=tarantool/shard-2.1-0-g0a7d98f,
170170
* tarantool/http.

0 commit comments

Comments
 (0)