Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dd13db7

Browse files
committed
2 parents 268fa14 + b4577b8 commit dd13db7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@ os:
33
- linux
44
#- osx
55
compiler:
6-
#- gcc
6+
- gcc
77
- clang
88
install: cpanm IPC::Run DBD::Pg
99
before_script: ./configure --enable-tap-tests && make -j4
1010
env:
11-
- TESTDIR=.
12-
- TESTDIR=src/test/recovery
11+
#- TESTDIR=.
12+
#- TESTDIR=src/test/recovery
13+
- TESTDIR=contrib/raftable
1314
- TESTDIR=contrib/mmts
1415
script: cd $TESTDIR && make check
16+
notifications:
17+
email:
18+
- s.kelvich@postgrespro.ru
19+
- c.pan@postgrespro.ru
20+
- k.knizhnik@postgrespro.ru
1521

0 commit comments

Comments
 (0)