Skip to content

Commit 7512411

Browse files
committed
run recovery tests at travis #0
1 parent 744e089 commit 7512411

File tree

1 file changed

+34
-17
lines changed

1 file changed

+34
-17
lines changed

.travis.yml

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,38 @@
1-
language: perl
2-
os:
3-
- linux
4-
#- osx
5-
compiler:
6-
- gcc
7-
- clang
8-
install: cpanm IPC::Run DBD::Pg Proc::ProcessTable
9-
before_script: ./configure --enable-cassert --enable-tap-tests && make -j4
10-
env:
11-
#- TESTDIR=.
12-
#- TESTDIR=src/test/recovery
13-
- TESTDIR=contrib/raftable
14-
- TESTDIR=contrib/mmts
15-
script: cd $TESTDIR && make check
1+
sudo: required
2+
# language: python
3+
python:
4+
- "3.4"
5+
6+
services:
7+
- docker
8+
9+
before_script: pip install -r tests2/requirements.txt
10+
11+
script: cd contrib/mmts && make xcheck
12+
1613
notifications:
1714
email:
1815
- s.kelvich@postgrespro.ru
19-
- c.pan@postgrespro.ru
20-
- k.knizhnik@postgrespro.ru
16+
17+
18+
# language: perl
19+
# os:
20+
# - linux
21+
# #- osx
22+
# compiler:
23+
# - gcc
24+
# - clang
25+
# install: cpanm IPC::Run DBD::Pg Proc::ProcessTable
26+
# before_script: ./configure --enable-cassert --enable-tap-tests && make -j4
27+
# env:
28+
# #- TESTDIR=.
29+
# #- TESTDIR=src/test/recovery
30+
# - TESTDIR=contrib/raftable
31+
# - TESTDIR=contrib/mmts
32+
# script: cd $TESTDIR && make check
33+
# notifications:
34+
# email:
35+
# - s.kelvich@postgrespro.ru
36+
# - c.pan@postgrespro.ru
37+
# - k.knizhnik@postgrespro.ru
2138

0 commit comments

Comments
 (0)