Skip to content

Commit

Permalink
Added additional build options to .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Oct 21, 2015
1 parent b466f82 commit 4f0ef8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ install:
- make
- make distclean
- autoreconf -fiv
- ./configure
- ./configure --enable-tcb=memhash --disable-bzip --disable-zlib
- make
- make distclean
- autoreconf -fiv
- ./configure --enable-tcb=btree --disable-bzip --disable-zlib
- make
branches:
only:
Expand Down

0 comments on commit 4f0ef8d

Please sign in to comment.