Skip to content

Commit 02be27a

Browse files
committed
ci: enable travis ci
Closes #32
1 parent 7728538 commit 02be27a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.travis.yml

+22
Original file line numberDiff line numberDiff line change
@@ -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+
- os: linux
14+
dist: focal
15+
compiler: clang
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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/tarantool/mysql-tarantool-replication.svg?branch=master)](https://travis-ci.org/tarantool/mysql-tarantool-replication)
2+
13
# MySQL slave replication daemon for Tarantool
24
----------------------------------------------
35
Key features:

0 commit comments

Comments
 (0)