Skip to content

Commit

Permalink
Added a "make distclean" call to travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Apr 23, 2014
1 parent 37de37b commit 12a4f57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ install:
- autoreconf -fiv
- ./configure --enable-geoip --enable-utf8
- make
- ./configure --enable-geoip --enable-utf8 --enable-tcb --disable-bzip --disable-zlib
- make distclean
- autoreconf -fiv
- ./configure --enable-geoip --enable-utf8 --enable-tcb=btree --disable-bzip --disable-zlib
- make
branches:
only:
Expand Down

0 comments on commit 12a4f57

Please sign in to comment.