We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7728538 commit 02be27aCopy full SHA for 02be27a
.travis.yml
@@ -0,0 +1,22 @@
1
+language: cpp
2
+
3
+sudo: required
4
5
+dist: focal
6
7
+matrix:
8
+ include:
9
+ - os: linux
10
+ dist: bionic
11
+ compiler: clang
12
13
14
+ dist: focal
15
16
17
+before_script:
18
+ - sudo -E apt update -y
19
+ - sudo -E apt install -y libboost-dev
20
21
+script:
22
+ - . ./build.sh
README.md
@@ -1,3 +1,5 @@
+[](https://travis-ci.org/tarantool/mysql-tarantool-replication)
# MySQL slave replication daemon for Tarantool
----------------------------------------------
Key features:
0 commit comments