Skip to content

Commit 4f25f72

Browse files
committed
more compilers more oses
1 parent 3b549f5 commit 4f25f72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: perl
22
os:
33
- linux
4-
#- osx
4+
- 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
1313
- TESTDIR=contrib/raftable
1414
- TESTDIR=contrib/mmts
1515
script: cd $TESTDIR && make check

0 commit comments

Comments
 (0)