Skip to content

Commit

Permalink
Added additional travis.yml configuration cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Apr 25, 2014
1 parent 12a4f57 commit e27a477
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ install:
- autoreconf -fiv
- ./configure --enable-geoip --enable-utf8 --enable-tcb=btree --disable-bzip --disable-zlib
- make
- make distclean
- autoreconf -fiv
- ./configure --enable-geoip --enable-utf8 --enable-tcb=memhash --disable-bzip --disable-zlib
- make
- make distclean
- autoreconf -fiv
- ./configure
- make
branches:
only:
- master
Expand Down

0 comments on commit e27a477

Please sign in to comment.