Skip to content

Commit

Permalink
Disable geoip in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Nov 5, 2018
1 parent dbf55fc commit e3e12f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,7 +40,7 @@ matrix:
- COMPILER=clang
script:
- autoreconf -i
- ./configure --enable-docker --disable-dns --disable-sodium
- ./configure --enable-docker --disable-dns --disable-sodium --disable-geoip
- cd docker
- make regression-$COMPILER
- cd ..
Expand Down

0 comments on commit e3e12f9

Please sign in to comment.