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

Commit e16cd5d

Browse files
author
Konstantin Nazarov
committed
Introduce automated testing on travis-ci
1 parent c990331 commit e16cd5d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
sudo: required
2+
3+
services:
4+
- docker
5+
6+
script:
7+
- make docker_test

Dockerfile.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM tarantool/tarantool:1.7
2+
3+
COPY *.lua /opt/tarantool/

0 commit comments

Comments
 (0)