Skip to content

Commit

Permalink
Disabled bzip and lz compression from travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Apr 10, 2014
1 parent d417343 commit 1945b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- autoreconf -fiv
- ./configure --enable-geoip --enable-utf8
- make
- ./configure --enable-geoip --enable-utf8 --enable-tcb
- ./configure --enable-geoip --enable-utf8 --enable-tcb --disable-bzip --disable-zlib
- make
branches:
only:
Expand Down

0 comments on commit 1945b3a

Please sign in to comment.