Skip to content

Commit f31bbb8

Browse files
committed
try to install perl modules in travis
1 parent 07a62e8 commit f31bbb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ os:
55
compiler:
66
#- gcc
77
- clang
8+
install: cpanm IPC::Run DBD::Pg
89
before_script: ./configure --enable-tap-tests && make -j4
910
env:
1011
- TESTDIR=.
12+
- TESTDIR=src/test/recovery
1113
- TESTDIR=contrib/mmts
1214
script: cd $TESTDIR && make check
1315

0 commit comments

Comments
 (0)