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

Commit 2866640

Browse files
committed
Enable Asserts in travis-ci.
1 parent 9a706c9 commit 2866640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compiler:
66
- gcc
77
- clang
88
install: cpanm IPC::Run DBD::Pg Proc::ProcessTable
9-
before_script: ./configure --enable-tap-tests && make -j4
9+
before_script: ./configure --enable-cassert --enable-tap-tests && make -j4
1010
env:
1111
#- TESTDIR=.
1212
#- TESTDIR=src/test/recovery

0 commit comments

Comments
 (0)